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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dlcd.h18 * lcd_device->ops_lock is an internal backlight lock protecting the ops
31 struct lcd_device;
42 int (*get_power)(struct lcd_device *);
44 int (*set_power)(struct lcd_device *, int power);
46 int (*get_contrast)(struct lcd_device *);
48 int (*set_contrast)(struct lcd_device *, int contrast);
50 int (*set_mode)(struct lcd_device *, struct fb_videomode *);
53 int (*check_fb)(struct lcd_device *, struct fb_info *);
56 struct lcd_device { struct
74 int (*reset)(struct lcd_device *l
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/backlight/
H A Djornada720_lcd.c28 static int jornada_lcd_get_power(struct lcd_device *dev)
37 static int jornada_lcd_get_contrast(struct lcd_device *dev)
57 static int jornada_lcd_set_contrast(struct lcd_device *dev, int value)
79 static int jornada_lcd_set_power(struct lcd_device *dev, int power)
99 struct lcd_device *lcd_device; local
102 lcd_device = lcd_device_register(S1D_DEVICENAME, &pdev->dev, NULL, &jornada_lcd_props);
104 if (IS_ERR(lcd_device)) {
105 ret = PTR_ERR(lcd_device);
110 platform_set_drvdata(pdev, lcd_device);
123 struct lcd_device *lcd_device = platform_get_drvdata(pdev); local
[all...]
H A Dlcd.c27 struct lcd_device *ld;
40 ld = container_of(self, struct lcd_device, fb_notif);
58 static int lcd_register_fb(struct lcd_device *ld)
65 static void lcd_unregister_fb(struct lcd_device *ld)
70 static int lcd_register_fb(struct lcd_device *ld)
75 static inline void lcd_unregister_fb(struct lcd_device *ld)
84 struct lcd_device *ld = to_lcd_device(dev);
101 struct lcd_device *ld = to_lcd_device(dev);
125 struct lcd_device *ld = to_lcd_device(dev);
140 struct lcd_device *l
[all...]
H A Dplatform_lcd.c25 struct lcd_device *lcd;
32 static inline struct platform_lcd *to_our_lcd(struct lcd_device *lcd)
37 static int platform_lcd_get_power(struct lcd_device *lcd)
44 static int platform_lcd_set_power(struct lcd_device *lcd, int power)
58 static int platform_lcd_match(struct lcd_device *lcd, struct fb_info *info)
H A Dili9320.h46 struct lcd_device *lcd; /* LCD device we created. */
H A Dili9320.c150 static inline struct ili9320 *to_our_lcd(struct lcd_device *lcd)
155 static int ili9320_set_power(struct lcd_device *ld, int power)
162 static int ili9320_get_power(struct lcd_device *ld)
206 struct lcd_device *lcd;
H A Dltv350qv.c27 struct lcd_device *ld;
210 static int ltv350qv_set_power(struct lcd_device *ld, int power)
217 static int ltv350qv_get_power(struct lcd_device *ld)
232 struct lcd_device *ld;
H A Dtosa_lcd.c39 struct lcd_device *lcd;
130 int tosa_lcd_set_power(struct lcd_device *lcd, int power)
144 static int tosa_lcd_get_power(struct lcd_device *lcd)
151 static int tosa_lcd_set_mode(struct lcd_device *lcd, struct fb_videomode *mode)
H A Dcr_bllcd.c69 struct lcd_device *cr_lcd_device;
158 static int cr_lcd_set_power(struct lcd_device *ld, int power)
176 struct lcd_device *ldp;
H A Dlms283gf05.c23 struct lcd_device *ld;
126 static int lms283gf05_power_set(struct lcd_device *ld, int power)
156 struct lcd_device *ld;
H A Dtdo24m.c30 struct lcd_device *lcd_dev;
299 static int tdo24m_set_power(struct lcd_device *ld, int power)
305 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 Dl4f00242t03.c27 struct lcd_device *ld;
70 static int l4f00242t03_lcd_power_set(struct lcd_device *ld, int power)
H A Dcorgi_lcd.c88 struct lcd_device *lcd_dev;
338 static int corgi_lcd_set_mode(struct lcd_device *ld, struct fb_videomode *m)
365 static int corgi_lcd_set_power(struct lcd_device *ld, int power)
379 static int corgi_lcd_get_power(struct lcd_device *ld)
H A Ds6e63m0.c54 struct lcd_device *ld;
601 static int s6e63m0_set_power(struct lcd_device *ld, int power)
614 static int s6e63m0_get_power(struct lcd_device *ld)
739 struct lcd_device *ld = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap/
H A Dlcd_ams_delta.c44 static int ams_delta_lcd_set_power(struct lcd_device *dev, int power)
63 static int ams_delta_lcd_set_contrast(struct lcd_device *dev, int value)
74 static int ams_delta_lcd_get_power(struct lcd_device *dev)
82 static int ams_delta_lcd_get_contrast(struct lcd_device *dev)
161 struct lcd_device *lcd_device = NULL; local
165 lcd_device = lcd_device_register("omapfb", &pdev->dev, NULL,
168 if (IS_ERR(lcd_device)) {
169 ret = PTR_ERR(lcd_device);
174 platform_set_drvdata(pdev, lcd_device);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dbf54x-lq043fb.c442 static int bfin_lcd_get_power(struct lcd_device *dev)
447 static int bfin_lcd_set_power(struct lcd_device *dev, int power)
452 static int bfin_lcd_get_contrast(struct lcd_device *dev)
457 static int bfin_lcd_set_contrast(struct lcd_device *dev, int contrast)
463 static int bfin_lcd_check_fb(struct lcd_device *dev, struct fb_info *fi)
478 static struct lcd_device *lcd_dev;
H A Dbfin-t350mcqb-fb.c362 static int bfin_lcd_get_power(struct lcd_device *dev)
367 static int bfin_lcd_set_power(struct lcd_device *dev, int power)
372 static int bfin_lcd_get_contrast(struct lcd_device *dev)
377 static int bfin_lcd_set_contrast(struct lcd_device *dev, int contrast)
383 static int bfin_lcd_check_fb(struct lcd_device *dev, struct fb_info *fi)
398 static struct lcd_device *lcd_dev;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap1/
H A Dboard-htcherald.c153 static struct platform_device lcd_device = { variable in typeref:struct:platform_device
160 &lcd_device,
H A Dboard-perseus2.c233 static struct platform_device lcd_device = { variable in typeref:struct:platform_device
243 &lcd_device,
H A Dboard-fsample.c265 static struct platform_device lcd_device = { variable in typeref:struct:platform_device
275 &lcd_device,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-picolcd.c218 struct lcd_device *lcd;
1011 static int picolcd_get_contrast(struct lcd_device *ldev)
1017 static int picolcd_set_contrast(struct lcd_device *ldev, int contrast)
1034 static int picolcd_check_lcd_fb(struct lcd_device *ldev, struct fb_info *fb)
1048 struct lcd_device *ldev;
1072 struct lcd_device *ldev = data->lcd;

Completed in 199 milliseconds