|
@@ -4,15 +4,13 @@
|
|
#include <video/sh_mobile_lcdc.h>
|
|
#include <video/sh_mobile_lcdc.h>
|
|
|
|
|
|
#if defined(CONFIG_FB_SH_MOBILE_LCDC) || defined(CONFIG_FB_SH_MOBILE_LCDC_MODULE)
|
|
#if defined(CONFIG_FB_SH_MOBILE_LCDC) || defined(CONFIG_FB_SH_MOBILE_LCDC_MODULE)
|
|
-void kfr2r09_lcd_on(void);
|
|
|
|
-void kfr2r09_lcd_off(void);
|
|
|
|
|
|
+int kfr2r09_lcd_set_brightness(int brightness);
|
|
int kfr2r09_lcd_setup(void *sys_ops_handle,
|
|
int kfr2r09_lcd_setup(void *sys_ops_handle,
|
|
struct sh_mobile_lcdc_sys_bus_ops *sys_ops);
|
|
struct sh_mobile_lcdc_sys_bus_ops *sys_ops);
|
|
void kfr2r09_lcd_start(void *sys_ops_handle,
|
|
void kfr2r09_lcd_start(void *sys_ops_handle,
|
|
struct sh_mobile_lcdc_sys_bus_ops *sys_ops);
|
|
struct sh_mobile_lcdc_sys_bus_ops *sys_ops);
|
|
#else
|
|
#else
|
|
-static void kfr2r09_lcd_on(void) {}
|
|
|
|
-static void kfr2r09_lcd_off(void) {}
|
|
|
|
|
|
+static int kfr2r09_lcd_set_brightness(int brightness) {}
|
|
static int kfr2r09_lcd_setup(void *sys_ops_handle,
|
|
static int kfr2r09_lcd_setup(void *sys_ops_handle,
|
|
struct sh_mobile_lcdc_sys_bus_ops *sys_ops)
|
|
struct sh_mobile_lcdc_sys_bus_ops *sys_ops)
|
|
{
|
|
{
|