Searched refs:FB_BLANK_UNBLANK (Results 1 - 25 of 124) sorted by relevance

12345

/linux-master/drivers/video/backlight/
H A Djornada720_lcd.c26 return PPSR & PPC_LDD2 ? FB_BLANK_UNBLANK : FB_BLANK_POWERDOWN;
33 if (jornada_lcd_get_power(ld) != FB_BLANK_UNBLANK)
74 if (power != FB_BLANK_UNBLANK) {
109 jornada_lcd_set_power(lcd_device, FB_BLANK_UNBLANK);
H A Domap1_bl.c54 case FB_BLANK_UNBLANK:
96 if (bl->powermode == FB_BLANK_UNBLANK)
152 dev->props.fb_blank = FB_BLANK_UNBLANK;
H A Dgpio_backlight.c84 bl->props.power = def_value ? FB_BLANK_UNBLANK
89 bl->props.power = FB_BLANK_UNBLANK;
H A Drave-sp-backlight.c22 (p->power == FB_BLANK_UNBLANK) ? p->brightness : 0;
H A Dipaq_micro_bl.c45 .power = FB_BLANK_UNBLANK,
H A Dpcf50633-backlight.c56 bl->props.power != FB_BLANK_UNBLANK)
109 bl_props.power = FB_BLANK_UNBLANK;
H A Djornada720_bl.c124 bd->props.power = FB_BLANK_UNBLANK;
H A Dams369fg06.c399 if (power != FB_BLANK_UNBLANK && power != FB_BLANK_POWERDOWN &&
497 ams369fg06_power(lcd, FB_BLANK_UNBLANK);
499 lcd->power = FB_BLANK_UNBLANK;
536 return ams369fg06_power(lcd, FB_BLANK_UNBLANK);
H A Dlms501kf03.c298 if (power != FB_BLANK_UNBLANK && power != FB_BLANK_POWERDOWN &&
355 lms501kf03_power(lcd, FB_BLANK_UNBLANK);
357 lcd->power = FB_BLANK_UNBLANK;
394 return lms501kf03_power(lcd, FB_BLANK_UNBLANK);
H A Dcorgi_lcd.c467 corgi_lcd_set_power(lcd->lcd_dev, FB_BLANK_UNBLANK);
529 lcd->bl_dev->props.power = FB_BLANK_UNBLANK;
538 corgi_lcd_set_power(lcd->lcd_dev, FB_BLANK_UNBLANK);
550 lcd->bl_dev->props.power = FB_BLANK_UNBLANK;
H A Dili9320.c244 ret = ili9320_power(ili, FB_BLANK_UNBLANK);
285 return ili9320_power(lcd, FB_BLANK_UNBLANK);
H A Dltv350qv.c248 ret = ltv350qv_power(lcd, FB_BLANK_UNBLANK);
276 return ltv350qv_power(lcd, FB_BLANK_UNBLANK);
H A Dl4f00242t03.c143 priv->lcd_state = FB_BLANK_UNBLANK;
213 l4f00242t03_lcd_power_set(priv->ld, FB_BLANK_UNBLANK);
H A Dkb3886_bl.c154 kb3886_backlight_device->props.power = FB_BLANK_UNBLANK;
H A Dktd253-backlight.c193 bl->props.power = FB_BLANK_UNBLANK;
H A Dpandora_bl.c46 if (bl->props.power != FB_BLANK_UNBLANK)
/linux-master/drivers/video/fbdev/omap/
H A Dlcd_ams_delta.c35 if (power == FB_BLANK_UNBLANK) {
66 return FB_BLANK_UNBLANK;
158 ams_delta_lcd_set_power(lcd_device, FB_BLANK_UNBLANK);
/linux-master/include/linux/
H A Dbacklight.h216 * to FB_BLANK_UNBLANK. When the backlight device is disabled
228 * to FB_BLANK_UNBLANK. When the backlight device is disabled
368 bd->props.power = FB_BLANK_UNBLANK;
369 bd->props.fb_blank = FB_BLANK_UNBLANK;
405 return bd->props.power != FB_BLANK_UNBLANK ||
406 bd->props.fb_blank != FB_BLANK_UNBLANK ||
/linux-master/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-sony-acx565akm.c343 if (dev->props.fb_blank == FB_BLANK_UNBLANK &&
344 dev->props.power == FB_BLANK_UNBLANK)
366 if (dev->props.fb_blank == FB_BLANK_UNBLANK &&
367 dev->props.power == FB_BLANK_UNBLANK) {
761 props.fb_blank = FB_BLANK_UNBLANK;
762 props.power = FB_BLANK_UNBLANK;
/linux-master/drivers/hid/
H A Dhid-picolcd_backlight.c35 hid_set_field(report->field[0], 0, data->lcd_power == FB_BLANK_UNBLANK ? data->lcd_brightness : 0);
/linux-master/drivers/video/fbdev/nvidia/
H A Dnv_backlight.c115 bd->props.power = FB_BLANK_UNBLANK;
/linux-master/drivers/video/fbdev/geode/
H A Dvideo_cs5530.c140 case FB_BLANK_UNBLANK:
/linux-master/drivers/platform/x86/
H A Deeepc-wmi.c195 driver->panel_power = FB_BLANK_UNBLANK;
/linux-master/drivers/video/fbdev/aty/
H A Dradeon_backlight.c182 bd->props.power = FB_BLANK_UNBLANK;
/linux-master/drivers/macintosh/
H A Dvia-pmu-backlight.c181 bd->props.power = FB_BLANK_UNBLANK;

Completed in 390 milliseconds

12345