Searched refs:lcd_device (Results 1 - 21 of 21) sorted by relevance

/linux-master/include/linux/
H A Dlcd.h19 * lcd_device->ops_lock is an internal backlight lock protecting the ops
32 struct lcd_device;
43 int (*get_power)(struct lcd_device *);
45 int (*set_power)(struct lcd_device *, int power);
47 int (*get_contrast)(struct lcd_device *);
49 int (*set_contrast)(struct lcd_device *, int contrast);
51 int (*set_mode)(struct lcd_device *, struct fb_videomode *);
54 int (*check_fb)(struct lcd_device *, struct fb_info *);
57 struct lcd_device { struct
75 int (*reset)(struct lcd_device *l
[all...]
/linux-master/drivers/video/backlight/
H A Djornada720_lcd.c24 static int jornada_lcd_get_power(struct lcd_device *ld)
29 static int jornada_lcd_get_contrast(struct lcd_device *ld)
51 static int jornada_lcd_set_contrast(struct lcd_device *ld, int value)
72 static int jornada_lcd_set_power(struct lcd_device *ld, int power)
93 struct lcd_device *lcd_device; local
96 lcd_device = devm_lcd_device_register(&pdev->dev, S1D_DEVICENAME,
99 if (IS_ERR(lcd_device)) {
100 ret = PTR_ERR(lcd_device);
105 platform_set_drvdata(pdev, lcd_device);
[all...]
H A Dlcd.c30 struct lcd_device *ld;
33 ld = container_of(self, struct lcd_device, fb_notif);
51 static int lcd_register_fb(struct lcd_device *ld)
58 static void lcd_unregister_fb(struct lcd_device *ld)
63 static int lcd_register_fb(struct lcd_device *ld)
68 static inline void lcd_unregister_fb(struct lcd_device *ld)
77 struct lcd_device *ld = to_lcd_device(dev);
93 struct lcd_device *ld = to_lcd_device(dev);
118 struct lcd_device *ld = to_lcd_device(dev);
132 struct lcd_device *l
176 ATTRIBUTE_GROUPS(lcd_device); variable
[all...]
H A Dplatform_lcd.c21 struct lcd_device *lcd;
28 static inline struct platform_lcd *to_our_lcd(struct lcd_device *lcd)
33 static int platform_lcd_get_power(struct lcd_device *lcd)
40 static int platform_lcd_set_power(struct lcd_device *lcd, int power)
54 static int platform_lcd_match(struct lcd_device *lcd, struct fb_info *info)
H A Dili9320.h43 struct lcd_device *lcd; /* LCD device we created. */
H A Dlms283gf05.c20 struct lcd_device *ld;
124 static int lms283gf05_power_set(struct lcd_device *ld, int power)
150 struct lcd_device *ld;
H A Dhx8357.c212 static int hx8357_spi_write_then_read(struct lcd_device *lcdev,
262 static inline int hx8357_spi_write_array(struct lcd_device *lcdev,
268 static inline int hx8357_spi_write_byte(struct lcd_device *lcdev,
274 static int hx8357_enter_standby(struct lcd_device *lcdev)
297 static int hx8357_exit_standby(struct lcd_device *lcdev)
318 static void hx8357_lcd_reset(struct lcd_device *lcdev)
333 static int hx8357_lcd_init(struct lcd_device *lcdev)
445 static int hx8369_lcd_init(struct lcd_device *lcdev)
537 static int hx8357_set_power(struct lcd_device *lcdev, int power)
555 static int hx8357_get_power(struct lcd_device *lcde
[all...]
H A Dotm3225a.c76 struct lcd_device *ld;
185 static int otm3225a_set_power(struct lcd_device *ld, int power)
201 static int otm3225a_get_power(struct lcd_device *ld)
216 struct lcd_device *ld;
H A Dili9320.c145 static inline struct ili9320 *to_our_lcd(struct lcd_device *lcd)
150 static int ili9320_set_power(struct lcd_device *ld, int power)
157 static int ili9320_get_power(struct lcd_device *ld)
201 struct lcd_device *lcd;
H A Dltv350qv.c24 struct lcd_device *ld;
206 static int ltv350qv_set_power(struct lcd_device *ld, int power)
213 static int ltv350qv_get_power(struct lcd_device *ld)
228 struct lcd_device *ld;
H A Dl4f00242t03.c25 struct lcd_device *ld;
97 static int l4f00242t03_lcd_power_get(struct lcd_device *ld)
104 static int l4f00242t03_lcd_power_set(struct lcd_device *ld, int power)
H A Dams369fg06.c36 struct lcd_device *ld;
388 static int ams369fg06_get_power(struct lcd_device *ld)
395 static int ams369fg06_set_power(struct lcd_device *ld, int power)
443 struct lcd_device *ld = NULL;
H A Dlms501kf03.c24 struct lcd_device *ld;
287 static int lms501kf03_get_power(struct lcd_device *ld)
294 static int lms501kf03_set_power(struct lcd_device *ld, int power)
315 struct lcd_device *ld = NULL;
H A Dtdo24m.c27 struct lcd_device *lcd_dev;
297 static int tdo24m_set_power(struct lcd_device *ld, int power)
304 static int tdo24m_get_power(struct lcd_device *ld)
311 static int tdo24m_set_mode(struct lcd_device *ld, struct fb_videomode *m)
H A Dili922x.c140 struct lcd_device *ld;
461 static int ili922x_set_power(struct lcd_device *ld, int power)
468 static int ili922x_get_power(struct lcd_device *ld)
483 struct lcd_device *lcd;
H A Dcorgi_lcd.c85 struct lcd_device *lcd_dev;
335 static int corgi_lcd_set_mode(struct lcd_device *ld, struct fb_videomode *m)
362 static int corgi_lcd_set_power(struct lcd_device *ld, int power)
376 static int corgi_lcd_get_power(struct lcd_device *ld)
/linux-master/drivers/video/fbdev/omap/
H A Dlcd_ams_delta.c33 static int ams_delta_lcd_set_power(struct lcd_device *dev, int power)
52 static int ams_delta_lcd_set_contrast(struct lcd_device *dev, int value)
63 static int ams_delta_lcd_get_power(struct lcd_device *dev)
71 static int ams_delta_lcd_get_contrast(struct lcd_device *dev)
130 struct lcd_device *lcd_device = NULL; local
143 lcd_device = lcd_device_register("omapfb", &pdev->dev, NULL,
146 if (IS_ERR(lcd_device)) {
147 int ret = PTR_ERR(lcd_device);
153 platform_set_drvdata(pdev, lcd_device);
[all...]
/linux-master/drivers/hid/
H A Dhid-picolcd_lcd.c20 static int picolcd_get_contrast(struct lcd_device *ldev)
26 static int picolcd_set_contrast(struct lcd_device *ldev, int contrast)
44 static int picolcd_check_lcd_fb(struct lcd_device *ldev, struct fb_info *fb)
58 struct lcd_device *ldev;
82 struct lcd_device *ldev = data->lcd;
H A Dhid-picolcd.h88 struct lcd_device *lcd;
/linux-master/drivers/video/fbdev/
H A Dclps711x-fb.c165 static int clps711x_lcd_check_fb(struct lcd_device *lcddev, struct fb_info *fi)
172 static int clps711x_lcd_get_power(struct lcd_device *lcddev)
183 static int clps711x_lcd_set_power(struct lcd_device *lcddev, int blank)
211 struct lcd_device *lcd;
H A Dimxfb.c785 static int imxfb_lcd_check_fb(struct lcd_device *lcddev, struct fb_info *fi)
795 static int imxfb_lcd_get_contrast(struct lcd_device *lcddev)
802 static int imxfb_lcd_set_contrast(struct lcd_device *lcddev, int contrast)
821 static int imxfb_lcd_get_power(struct lcd_device *lcddev)
850 static int imxfb_lcd_set_power(struct lcd_device *lcddev, int power)
891 struct lcd_device *lcd;

Completed in 367 milliseconds