/linux-4.4.14/include/linux/ |
D | lcd.h | 31 struct lcd_device; 42 int (*get_power)(struct lcd_device *); 50 int (*early_set_power)(struct lcd_device *, int power); 52 int (*r_early_set_power)(struct lcd_device *, int power); 54 int (*set_power)(struct lcd_device *, int power); 56 int (*get_contrast)(struct lcd_device *); 58 int (*set_contrast)(struct lcd_device *, int contrast); 60 int (*set_mode)(struct lcd_device *, struct fb_videomode *); 63 int (*check_fb)(struct lcd_device *, struct fb_info *); 66 struct lcd_device { struct [all …]
|
/linux-4.4.14/drivers/video/backlight/ |
D | jornada720_lcd.c | 28 static int jornada_lcd_get_power(struct lcd_device *ld) in jornada_lcd_get_power() 33 static int jornada_lcd_get_contrast(struct lcd_device *ld) in jornada_lcd_get_contrast() 55 static int jornada_lcd_set_contrast(struct lcd_device *ld, int value) in jornada_lcd_set_contrast() 76 static int jornada_lcd_set_power(struct lcd_device *ld, int power) in jornada_lcd_set_power() 97 struct lcd_device *lcd_device; in jornada_lcd_probe() local 100 lcd_device = devm_lcd_device_register(&pdev->dev, S1D_DEVICENAME, in jornada_lcd_probe() 103 if (IS_ERR(lcd_device)) { in jornada_lcd_probe() 104 ret = PTR_ERR(lcd_device); in jornada_lcd_probe() 109 platform_set_drvdata(pdev, lcd_device); in jornada_lcd_probe() 112 jornada_lcd_set_contrast(lcd_device, LCD_DEF_CONTRAST); in jornada_lcd_probe() [all …]
|
D | lcd.c | 29 struct lcd_device *ld; in fb_notifier_callback() 44 ld = container_of(self, struct lcd_device, fb_notif); in fb_notifier_callback() 70 static int lcd_register_fb(struct lcd_device *ld) in lcd_register_fb() 77 static void lcd_unregister_fb(struct lcd_device *ld) in lcd_unregister_fb() 82 static int lcd_register_fb(struct lcd_device *ld) in lcd_register_fb() 87 static inline void lcd_unregister_fb(struct lcd_device *ld) in lcd_unregister_fb() 96 struct lcd_device *ld = to_lcd_device(dev); in lcd_power_show() 112 struct lcd_device *ld = to_lcd_device(dev); in lcd_power_store() 137 struct lcd_device *ld = to_lcd_device(dev); in contrast_show() 151 struct lcd_device *ld = to_lcd_device(dev); in contrast_store() [all …]
|
D | platform_lcd.c | 26 struct lcd_device *lcd; 33 static inline struct platform_lcd *to_our_lcd(struct lcd_device *lcd) in to_our_lcd() 38 static int platform_lcd_get_power(struct lcd_device *lcd) in platform_lcd_get_power() 45 static int platform_lcd_set_power(struct lcd_device *lcd, int power) in platform_lcd_set_power() 59 static int platform_lcd_match(struct lcd_device *lcd, struct fb_info *info) in platform_lcd_match()
|
D | hx8357.c | 214 static int hx8357_spi_write_then_read(struct lcd_device *lcdev, in hx8357_spi_write_then_read() 264 static inline int hx8357_spi_write_array(struct lcd_device *lcdev, in hx8357_spi_write_array() 270 static inline int hx8357_spi_write_byte(struct lcd_device *lcdev, in hx8357_spi_write_byte() 276 static int hx8357_enter_standby(struct lcd_device *lcdev) in hx8357_enter_standby() 299 static int hx8357_exit_standby(struct lcd_device *lcdev) in hx8357_exit_standby() 320 static void hx8357_lcd_reset(struct lcd_device *lcdev) in hx8357_lcd_reset() 335 static int hx8357_lcd_init(struct lcd_device *lcdev) in hx8357_lcd_init() 447 static int hx8369_lcd_init(struct lcd_device *lcdev) in hx8369_lcd_init() 539 static int hx8357_set_power(struct lcd_device *lcdev, int power) in hx8357_set_power() 557 static int hx8357_get_power(struct lcd_device *lcdev) in hx8357_get_power() [all …]
|
D | lms283gf05.c | 24 struct lcd_device *ld; 127 static int lms283gf05_power_set(struct lcd_device *ld, int power) in lms283gf05_power_set() 157 struct lcd_device *ld; in lms283gf05_probe()
|
D | tosa_lcd.c | 39 struct lcd_device *lcd; 132 int tosa_lcd_set_power(struct lcd_device *lcd, int power) in tosa_lcd_set_power() 146 static int tosa_lcd_get_power(struct lcd_device *lcd) in tosa_lcd_get_power() 153 static int tosa_lcd_set_mode(struct lcd_device *lcd, struct fb_videomode *mode) in tosa_lcd_set_mode()
|
D | ltv350qv.c | 27 struct lcd_device *ld; 210 static int ltv350qv_set_power(struct lcd_device *ld, int power) in ltv350qv_set_power() 217 static int ltv350qv_get_power(struct lcd_device *ld) in ltv350qv_get_power() 232 struct lcd_device *ld; in ltv350qv_probe()
|
D | ili9320.c | 148 static inline struct ili9320 *to_our_lcd(struct lcd_device *lcd) in to_our_lcd() 153 static int ili9320_set_power(struct lcd_device *ld, int power) in ili9320_set_power() 160 static int ili9320_get_power(struct lcd_device *ld) in ili9320_get_power() 204 struct lcd_device *lcd; in ili9320_probe_spi()
|
D | lms501kf03.c | 29 struct lcd_device *ld; 300 static int lms501kf03_get_power(struct lcd_device *ld) in lms501kf03_get_power() 307 static int lms501kf03_set_power(struct lcd_device *ld, int power) in lms501kf03_set_power() 328 struct lcd_device *ld = NULL; in lms501kf03_probe()
|
D | cr_bllcd.c | 71 struct lcd_device *cr_lcd_device; 160 static int cr_lcd_set_power(struct lcd_device *ld, int power) in cr_lcd_set_power() 178 struct lcd_device *ldp; in cr_backlight_probe()
|
D | tdo24m.c | 30 struct lcd_device *lcd_dev; 300 static int tdo24m_set_power(struct lcd_device *ld, int power) in tdo24m_set_power() 307 static int tdo24m_get_power(struct lcd_device *ld) in tdo24m_get_power() 314 static int tdo24m_set_mode(struct lcd_device *ld, struct fb_videomode *m) in tdo24m_set_mode()
|
D | l4f00242t03.c | 30 struct lcd_device *ld; 102 static int l4f00242t03_lcd_power_get(struct lcd_device *ld) in l4f00242t03_lcd_power_get() 109 static int l4f00242t03_lcd_power_set(struct lcd_device *ld, int power) in l4f00242t03_lcd_power_set()
|
D | ams369fg06.c | 41 struct lcd_device *ld; 393 static int ams369fg06_get_power(struct lcd_device *ld) in ams369fg06_get_power() 400 static int ams369fg06_set_power(struct lcd_device *ld, int power) in ams369fg06_set_power() 448 struct lcd_device *ld = NULL; in ams369fg06_probe()
|
D | ili922x.c | 142 struct lcd_device *ld; 458 static int ili922x_set_power(struct lcd_device *ld, int power) in ili922x_set_power() 465 static int ili922x_get_power(struct lcd_device *ld) in ili922x_get_power() 480 struct lcd_device *lcd; in ili922x_probe()
|
D | ld9040.c | 44 struct lcd_device *ld; 625 static int ld9040_set_power(struct lcd_device *ld, int power) in ld9040_set_power() 638 static int ld9040_get_power(struct lcd_device *ld) in ld9040_get_power() 679 struct lcd_device *ld = NULL; in ld9040_probe()
|
D | corgi_lcd.c | 88 struct lcd_device *lcd_dev; 339 static int corgi_lcd_set_mode(struct lcd_device *ld, struct fb_videomode *m) in corgi_lcd_set_mode() 366 static int corgi_lcd_set_power(struct lcd_device *ld, int power) in corgi_lcd_set_power() 380 static int corgi_lcd_get_power(struct lcd_device *ld) in corgi_lcd_get_power()
|
D | ili9320.h | 46 struct lcd_device *lcd; /* LCD device we created. */
|
D | s6e63m0.c | 44 struct lcd_device *ld; 580 static int s6e63m0_set_power(struct lcd_device *ld, int power) in s6e63m0_set_power() 593 static int s6e63m0_get_power(struct lcd_device *ld) in s6e63m0_get_power() 712 struct lcd_device *ld = NULL; in s6e63m0_probe()
|
/linux-4.4.14/drivers/video/fbdev/omap/ |
D | lcd_ams_delta.c | 45 static int ams_delta_lcd_set_power(struct lcd_device *dev, int power) in ams_delta_lcd_set_power() 64 static int ams_delta_lcd_set_contrast(struct lcd_device *dev, int value) in ams_delta_lcd_set_contrast() 75 static int ams_delta_lcd_get_power(struct lcd_device *dev) in ams_delta_lcd_get_power() 83 static int ams_delta_lcd_get_contrast(struct lcd_device *dev) in ams_delta_lcd_get_contrast() 174 struct lcd_device *lcd_device = NULL; in ams_delta_panel_probe() local 178 lcd_device = lcd_device_register("omapfb", &pdev->dev, NULL, in ams_delta_panel_probe() 181 if (IS_ERR(lcd_device)) { in ams_delta_panel_probe() 182 ret = PTR_ERR(lcd_device); in ams_delta_panel_probe() 187 platform_set_drvdata(pdev, lcd_device); in ams_delta_panel_probe() 188 lcd_device->props.max_contrast = AMS_DELTA_MAX_CONTRAST; in ams_delta_panel_probe() [all …]
|
/linux-4.4.14/drivers/hid/ |
D | hid-picolcd_lcd.c | 30 static int picolcd_get_contrast(struct lcd_device *ldev) in picolcd_get_contrast() 36 static int picolcd_set_contrast(struct lcd_device *ldev, int contrast) in picolcd_set_contrast() 54 static int picolcd_check_lcd_fb(struct lcd_device *ldev, struct fb_info *fb) in picolcd_check_lcd_fb() 68 struct lcd_device *ldev; in picolcd_init_lcd() 92 struct lcd_device *ldev = data->lcd; in picolcd_exit_lcd()
|
D | hid-picolcd.h | 98 struct lcd_device *lcd;
|
/linux-4.4.14/drivers/video/fbdev/ |
D | bfin-t350mcqb-fb.c | 362 static int bfin_lcd_get_power(struct lcd_device *dev) in bfin_lcd_get_power() 367 static int bfin_lcd_set_power(struct lcd_device *dev, int power) in bfin_lcd_set_power() 372 static int bfin_lcd_get_contrast(struct lcd_device *dev) in bfin_lcd_get_contrast() 377 static int bfin_lcd_set_contrast(struct lcd_device *dev, int contrast) in bfin_lcd_set_contrast() 383 static int bfin_lcd_check_fb(struct lcd_device *dev, struct fb_info *fi) in bfin_lcd_check_fb() 398 static struct lcd_device *lcd_dev;
|
D | bf54x-lq043fb.c | 440 static int bfin_lcd_get_power(struct lcd_device *dev) in bfin_lcd_get_power() 445 static int bfin_lcd_set_power(struct lcd_device *dev, int power) in bfin_lcd_set_power() 450 static int bfin_lcd_get_contrast(struct lcd_device *dev) in bfin_lcd_get_contrast() 455 static int bfin_lcd_set_contrast(struct lcd_device *dev, int contrast) in bfin_lcd_set_contrast() 461 static int bfin_lcd_check_fb(struct lcd_device *dev, struct fb_info *fi) in bfin_lcd_check_fb() 476 static struct lcd_device *lcd_dev;
|
D | bf537-lq035.c | 645 static int bfin_lcd_get_power(struct lcd_device *dev) in bfin_lcd_get_power() 650 static int bfin_lcd_set_power(struct lcd_device *dev, int power) in bfin_lcd_set_power() 655 static int bfin_lcd_get_contrast(struct lcd_device *dev) in bfin_lcd_get_contrast() 660 static int bfin_lcd_set_contrast(struct lcd_device *dev, int contrast) in bfin_lcd_set_contrast() 672 static int bfin_lcd_check_fb(struct lcd_device *lcd, struct fb_info *fi) in bfin_lcd_check_fb() 687 static struct lcd_device *lcd_dev;
|
D | clps711x-fb.c | 171 static int clps711x_lcd_check_fb(struct lcd_device *lcddev, struct fb_info *fi) in clps711x_lcd_check_fb() 178 static int clps711x_lcd_get_power(struct lcd_device *lcddev) in clps711x_lcd_get_power() 189 static int clps711x_lcd_set_power(struct lcd_device *lcddev, int blank) in clps711x_lcd_set_power() 217 struct lcd_device *lcd; in clps711x_fb_probe()
|
D | imxfb.c | 721 static int imxfb_lcd_check_fb(struct lcd_device *lcddev, struct fb_info *fi) in imxfb_lcd_check_fb() 731 static int imxfb_lcd_get_contrast(struct lcd_device *lcddev) in imxfb_lcd_get_contrast() 738 static int imxfb_lcd_set_contrast(struct lcd_device *lcddev, int contrast) in imxfb_lcd_set_contrast() 757 static int imxfb_lcd_get_power(struct lcd_device *lcddev) in imxfb_lcd_get_power() 767 static int imxfb_lcd_set_power(struct lcd_device *lcddev, int power) in imxfb_lcd_set_power() 812 struct lcd_device *lcd; in imxfb_probe()
|
/linux-4.4.14/drivers/video/fbdev/exynos/ |
D | s6e8ax0.c | 58 struct lcd_device *ld; 666 static int s6e8ax0_set_power(struct lcd_device *ld, int power) in s6e8ax0_set_power() 700 static int s6e8ax0_get_power(struct lcd_device *ld) in s6e8ax0_get_power()
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | board-htcherald.c | 398 static struct platform_device lcd_device = { variable 424 &lcd_device,
|