Home
last modified time | relevance | path

Searched refs:lcd_device (Results 1 – 20 of 20) sorted by relevance

/linux/include/linux/
H A Dlcd.h22 * lcd_device->ops_lock is an internal backlight lock protecting the ops
35 struct lcd_device;
45 int (*get_power)(struct lcd_device *);
47 int (*set_power)(struct lcd_device *, int power);
49 int (*get_contrast)(struct lcd_device *);
51 int (*set_contrast)(struct lcd_device *, int contrast);
56 int (*set_mode)(struct lcd_device *lcd, u32 xres, u32 yres);
68 bool (*controls_device)(struct lcd_device *lcd, struct device *display_device);
71 struct lcd_device { struct
92 int (*reset)(struct lcd_device *l argument
[all...]
H A Dfb.h24 struct lcd_device;
486 struct lcd_device *lcd_dev;
766 static inline struct lcd_device *fb_lcd_device(struct fb_info *info) in fb_lcd_device()
/linux/drivers/video/backlight/
H A Djornada720_lcd.c24 static int jornada_lcd_get_power(struct lcd_device *ld) in jornada_lcd_get_power()
29 static int jornada_lcd_get_contrast(struct lcd_device *ld) in jornada_lcd_get_contrast()
51 static int jornada_lcd_set_contrast(struct lcd_device *ld, int value) in jornada_lcd_set_contrast()
72 static int jornada_lcd_set_power(struct lcd_device *ld, int power) in jornada_lcd_set_power()
93 struct lcd_device *lcd_device; in jornada_lcd_probe() local
96 lcd_device = devm_lcd_device_register(&pdev->dev, S1D_DEVICENAME, in jornada_lcd_probe()
99 if (IS_ERR(lcd_device)) { in jornada_lcd_probe()
100 ret = PTR_ERR(lcd_device); in jornada_lcd_probe()
105 platform_set_drvdata(pdev, lcd_device); in jornada_lcd_probe()
[all...]
H A Dlcd.c23 static void lcd_notify_blank(struct lcd_device *ld, struct device *display_dev, in lcd_notify_blank()
38 struct lcd_device *ld; in lcd_notify_blank_all()
47 static void lcd_notify_mode_change(struct lcd_device *ld, struct device *display_dev, in lcd_notify_mode_change()
63 struct lcd_device *ld; in lcd_notify_mode_change_all()
76 struct lcd_device *ld = to_lcd_device(dev); in lcd_power_show()
92 struct lcd_device *ld = to_lcd_device(dev); in lcd_power_store()
117 struct lcd_device *ld = to_lcd_device(dev); in contrast_show()
131 struct lcd_device *ld = to_lcd_device(dev); in contrast_store()
155 struct lcd_device *ld = to_lcd_device(dev); in max_contrast_show()
163 struct lcd_device *l in lcd_device_release()
[all...]
H A Dplatform_lcd.c19 struct lcd_device *lcd;
26 static inline struct platform_lcd *to_our_lcd(struct lcd_device *lcd) in to_our_lcd()
31 static int platform_lcd_get_power(struct lcd_device *lcd) in platform_lcd_get_power()
38 static int platform_lcd_set_power(struct lcd_device *lcd, int power) in platform_lcd_set_power()
52 static bool platform_lcd_controls_device(struct lcd_device *lcd, struct device *display_device) in platform_lcd_controls_device()
H A Dotm3225a.c76 struct lcd_device *ld;
185 static int otm3225a_set_power(struct lcd_device *ld, int power) in otm3225a_set_power()
201 static int otm3225a_get_power(struct lcd_device *ld) in otm3225a_get_power()
216 struct lcd_device *ld; in otm3225a_probe()
H A Dlms283gf05.c20 struct lcd_device *ld;
124 static int lms283gf05_power_set(struct lcd_device *ld, int power) in lms283gf05_power_set()
150 struct lcd_device *ld; in lms283gf05_probe()
H A Dili9320.c144 static inline struct ili9320 *to_our_lcd(struct lcd_device *lcd) in to_our_lcd()
149 static int ili9320_set_power(struct lcd_device *ld, int power) in ili9320_set_power()
156 static int ili9320_get_power(struct lcd_device *ld) in ili9320_get_power()
200 struct lcd_device *lcd; in ili9320_probe_spi()
H A Dltv350qv.c23 struct lcd_device *ld;
205 static int ltv350qv_set_power(struct lcd_device *ld, int power) in ltv350qv_set_power()
212 static int ltv350qv_get_power(struct lcd_device *ld) in ltv350qv_get_power()
227 struct lcd_device *ld; in ltv350qv_probe()
H A Dlms501kf03.c22 struct lcd_device *ld;
285 static int lms501kf03_get_power(struct lcd_device *ld) in lms501kf03_get_power()
292 static int lms501kf03_set_power(struct lcd_device *ld, int power) in lms501kf03_set_power()
313 struct lcd_device *ld = NULL; in lms501kf03_probe()
H A Dtdo24m.c26 struct lcd_device *lcd_dev;
296 static int tdo24m_set_power(struct lcd_device *ld, int power) in tdo24m_set_power()
303 static int tdo24m_get_power(struct lcd_device *ld) in tdo24m_get_power()
310 static int tdo24m_set_mode(struct lcd_device *ld, u32 xres, u32 yres) in tdo24m_set_mode()
H A Dl4f00242t03.c25 struct lcd_device *ld;
97 static int l4f00242t03_lcd_power_get(struct lcd_device *ld) in l4f00242t03_lcd_power_get()
104 static int l4f00242t03_lcd_power_set(struct lcd_device *ld, int power) in l4f00242t03_lcd_power_set()
H A Dams369fg06.c35 struct lcd_device *ld;
387 static int ams369fg06_get_power(struct lcd_device *ld) in ams369fg06_get_power()
394 static int ams369fg06_set_power(struct lcd_device *ld, int power) in ams369fg06_set_power()
442 struct lcd_device *ld = NULL; in ams369fg06_probe()
H A Dili922x.c139 struct lcd_device *ld;
460 static int ili922x_set_power(struct lcd_device *ld, int power) in ili922x_set_power()
467 static int ili922x_get_power(struct lcd_device *ld) in ili922x_get_power()
482 struct lcd_device *lcd; in ili922x_probe()
H A Dili9320.h43 struct lcd_device *lcd; /* LCD device we created. */
/linux/drivers/video/fbdev/omap/
H A Dlcd_ams_delta.c33 static int ams_delta_lcd_set_power(struct lcd_device *dev, int power) in ams_delta_lcd_set_power()
52 static int ams_delta_lcd_set_contrast(struct lcd_device *dev, int value) in ams_delta_lcd_set_contrast()
63 static int ams_delta_lcd_get_power(struct lcd_device *dev) in ams_delta_lcd_get_power()
71 static int ams_delta_lcd_get_contrast(struct lcd_device *dev) in ams_delta_lcd_get_contrast()
130 struct lcd_device *lcd_device = NULL; in ams_delta_panel_probe() local
143 lcd_device = lcd_device_register("omapfb", &pdev->dev, NULL, in ams_delta_panel_probe()
146 if (IS_ERR(lcd_device)) { in ams_delta_panel_probe()
147 int ret = PTR_ERR(lcd_device); in ams_delta_panel_probe()
153 platform_set_drvdata(pdev, lcd_device); in ams_delta_panel_probe()
[all...]
/linux/drivers/hid/
H A Dhid-picolcd_lcd.c20 static int picolcd_get_contrast(struct lcd_device *ldev) in picolcd_get_contrast()
26 static int picolcd_set_contrast(struct lcd_device *ldev, int contrast) in picolcd_set_contrast()
52 struct lcd_device *ldev; in picolcd_init_lcd()
76 struct lcd_device *ldev = data->lcd; in picolcd_exit_lcd()
H A Dhid-picolcd.h88 struct lcd_device *lcd;
/linux/drivers/video/fbdev/
H A Dclps711x-fb.c165 static int clps711x_lcd_get_power(struct lcd_device *lcddev) in clps711x_lcd_get_power()
176 static int clps711x_lcd_set_power(struct lcd_device *lcddev, int blank) in clps711x_lcd_set_power()
203 struct lcd_device *lcd; in clps711x_fb_probe()
H A Dimxfb.c785 static int imxfb_lcd_get_contrast(struct lcd_device *lcddev) in imxfb_lcd_get_contrast()
792 static int imxfb_lcd_set_contrast(struct lcd_device *lcddev, int contrast) in imxfb_lcd_set_contrast()
811 static int imxfb_lcd_get_power(struct lcd_device *lcddev) in imxfb_lcd_get_power()
840 static int imxfb_lcd_set_power(struct lcd_device *lcddev, int power) in imxfb_lcd_set_power()
880 struct lcd_device *lcd; in imxfb_probe()