/linux/drivers/video/backlight/ |
A D | jornada720_lcd.c | 26 return PPSR & PPC_LDD2 ? FB_BLANK_UNBLANK : FB_BLANK_POWERDOWN; in jornada_lcd_get_power() 33 if (jornada_lcd_get_power(ld) != FB_BLANK_UNBLANK) in jornada_lcd_get_contrast() 74 if (power != FB_BLANK_UNBLANK) { in jornada_lcd_set_power() 109 jornada_lcd_set_power(lcd_device, FB_BLANK_UNBLANK); in jornada_lcd_probe()
|
A D | omap1_bl.c | 54 case FB_BLANK_UNBLANK: in omapbl_blank() 96 if (bl->powermode == FB_BLANK_UNBLANK) in omapbl_update_status() 152 dev->props.fb_blank = FB_BLANK_UNBLANK; in omapbl_probe()
|
A D | lms501kf03.c | 298 if (power != FB_BLANK_UNBLANK && power != FB_BLANK_POWERDOWN && in lms501kf03_set_power() 355 lms501kf03_power(lcd, FB_BLANK_UNBLANK); in lms501kf03_probe() 357 lcd->power = FB_BLANK_UNBLANK; in lms501kf03_probe() 395 return lms501kf03_power(lcd, FB_BLANK_UNBLANK); in lms501kf03_resume()
|
A D | ipaq_micro_bl.c | 25 if (bd->props.power != FB_BLANK_UNBLANK) in micro_bl_update_status() 50 .power = FB_BLANK_UNBLANK,
|
A D | cr_bllcd.c | 140 if (power == FB_BLANK_UNBLANK) in cr_lcd_set_power() 203 crp->cr_backlight_device->props.power = FB_BLANK_UNBLANK; in cr_backlight_probe() 206 cr_lcd_set_power(crp->cr_lcd_device, FB_BLANK_UNBLANK); in cr_backlight_probe()
|
A D | ams369fg06.c | 399 if (power != FB_BLANK_UNBLANK && power != FB_BLANK_POWERDOWN && in ams369fg06_set_power() 497 ams369fg06_power(lcd, FB_BLANK_UNBLANK); in ams369fg06_probe() 499 lcd->power = FB_BLANK_UNBLANK; in ams369fg06_probe() 537 return ams369fg06_power(lcd, FB_BLANK_UNBLANK); in ams369fg06_resume()
|
A D | gpio_backlight.c | 88 bl->props.power = def_value ? FB_BLANK_UNBLANK in gpio_backlight_probe() 94 bl->props.power = FB_BLANK_UNBLANK; in gpio_backlight_probe()
|
A D | pcf50633-backlight.c | 56 bl->props.power != FB_BLANK_UNBLANK) in pcf50633_bl_update_status() 109 bl_props.power = FB_BLANK_UNBLANK; in pcf50633_bl_probe()
|
A D | corgi_lcd.c | 466 corgi_lcd_set_power(lcd->lcd_dev, FB_BLANK_UNBLANK); in corgi_lcd_resume() 528 lcd->bl_dev->props.power = FB_BLANK_UNBLANK; in corgi_lcd_probe() 537 corgi_lcd_set_power(lcd->lcd_dev, FB_BLANK_UNBLANK); in corgi_lcd_probe() 549 lcd->bl_dev->props.power = FB_BLANK_UNBLANK; in corgi_lcd_remove()
|
A D | aat2870_bl.c | 73 if ((bd->props.power != FB_BLANK_UNBLANK) || in aat2870_bl_update_status() 171 bd->props.power = FB_BLANK_UNBLANK; in aat2870_bl_probe()
|
A D | l4f00242t03.c | 143 priv->lcd_state = FB_BLANK_UNBLANK; in l4f00242t03_lcd_power_set() 219 l4f00242t03_lcd_power_set(priv->ld, FB_BLANK_UNBLANK); in l4f00242t03_probe()
|
A D | ili9320.c | 244 ret = ili9320_power(ili, FB_BLANK_UNBLANK); in ili9320_probe_spi() 285 return ili9320_power(lcd, FB_BLANK_UNBLANK); in ili9320_resume()
|
A D | ltv350qv.c | 249 ret = ltv350qv_power(lcd, FB_BLANK_UNBLANK); in ltv350qv_probe() 278 return ltv350qv_power(lcd, FB_BLANK_UNBLANK); in ltv350qv_resume()
|
/linux/include/linux/ |
A D | backlight.h | 368 bd->props.power = FB_BLANK_UNBLANK; in backlight_enable() 369 bd->props.fb_blank = FB_BLANK_UNBLANK; in backlight_enable() 405 return bd->props.power != FB_BLANK_UNBLANK || in backlight_is_blank() 406 bd->props.fb_blank != FB_BLANK_UNBLANK || in backlight_is_blank()
|
/linux/drivers/video/fbdev/nvidia/ |
A D | nv_backlight.c | 57 if (bd->props.power != FB_BLANK_UNBLANK || in nvidia_bl_update_status() 58 bd->props.fb_blank != FB_BLANK_UNBLANK) in nvidia_bl_update_status() 121 bd->props.power = FB_BLANK_UNBLANK; in nvidia_bl_init()
|
/linux/drivers/video/fbdev/omap/ |
A D | lcd_ams_delta.c | 35 if (power == FB_BLANK_UNBLANK) { in ams_delta_lcd_set_power() 66 return FB_BLANK_UNBLANK; in ams_delta_lcd_get_power() 162 ams_delta_lcd_set_power(lcd_device, FB_BLANK_UNBLANK); in ams_delta_panel_probe()
|
/linux/drivers/macintosh/ |
A D | via-pmu-backlight.c | 78 if (bd->props.power != FB_BLANK_UNBLANK || in __pmu_backlight_update_status() 79 bd->props.fb_blank != FB_BLANK_UNBLANK) in __pmu_backlight_update_status() 186 bd->props.power = FB_BLANK_UNBLANK; in pmu_backlight_init()
|
/linux/drivers/video/fbdev/aty/ |
A D | radeon_backlight.c | 60 if (bd->props.power != FB_BLANK_UNBLANK || in radeon_bl_update_status() 61 bd->props.fb_blank != FB_BLANK_UNBLANK) in radeon_bl_update_status() 186 bd->props.power = FB_BLANK_UNBLANK; in radeonfb_bl_init()
|
/linux/drivers/gpu/drm/panel/ |
A D | panel-sony-acx565akm.c | 303 if (dev->props.fb_blank == FB_BLANK_UNBLANK && in acx565akm_bl_update_status_locked() 304 dev->props.power == FB_BLANK_UNBLANK) in acx565akm_bl_update_status_locked() 333 if (dev->props.fb_blank == FB_BLANK_UNBLANK && in acx565akm_bl_get_intensity() 334 dev->props.power == FB_BLANK_UNBLANK) in acx565akm_bl_get_intensity() 352 .fb_blank = FB_BLANK_UNBLANK, in acx565akm_backlight_init() 353 .power = FB_BLANK_UNBLANK, in acx565akm_backlight_init()
|
A D | panel-dsi-cm.c | 89 backlight->props.fb_blank = FB_BLANK_UNBLANK; in dsicm_bl_power() 91 backlight->props.power = FB_BLANK_UNBLANK; in dsicm_bl_power() 201 if (dev->props.fb_blank == FB_BLANK_UNBLANK && in dsicm_bl_update_status() 202 dev->props.power == FB_BLANK_UNBLANK) in dsicm_bl_update_status() 222 if (dev->props.fb_blank == FB_BLANK_UNBLANK && in dsicm_bl_get_intensity() 223 dev->props.power == FB_BLANK_UNBLANK) in dsicm_bl_get_intensity()
|
/linux/drivers/gpu/drm/shmobile/ |
A D | shmob_drm_backlight.c | 23 if (bdev->props.power != FB_BLANK_UNBLANK || in shmob_drm_backlight_update() 51 ? FB_BLANK_UNBLANK : FB_BLANK_POWERDOWN; in shmob_drm_backlight_dpms()
|
/linux/drivers/video/fbdev/ |
A D | mx3fb.c | 288 if (bl->props.power != FB_BLANK_UNBLANK) in mx3fb_bl_update_status() 290 if (bl->props.fb_blank != FB_BLANK_UNBLANK) in mx3fb_bl_update_status() 327 bl->props.power = FB_BLANK_UNBLANK; in mx3fb_init_backlight() 328 bl->props.fb_blank = FB_BLANK_UNBLANK; in mx3fb_init_backlight() 873 if (mx3_fbi->blank == FB_BLANK_UNBLANK) { in __set_par() 1084 if (blank > FB_BLANK_UNBLANK && was_blank > FB_BLANK_UNBLANK) in __blank() 1098 case FB_BLANK_UNBLANK: in __blank() 1283 if (mx3_fbi->blank == FB_BLANK_UNBLANK) { in mx3fb_suspend() 1299 if (mx3_fbi->blank == FB_BLANK_UNBLANK) { in mx3fb_resume() 1506 __blank(FB_BLANK_UNBLANK, fbi); in init_fb_chan()
|
/linux/drivers/video/fbdev/omap2/omapfb/displays/ |
A D | panel-sony-acx565akm.c | 344 if (dev->props.fb_blank == FB_BLANK_UNBLANK && in acx565akm_bl_update_status() 345 dev->props.power == FB_BLANK_UNBLANK) in acx565akm_bl_update_status() 367 if (dev->props.fb_blank == FB_BLANK_UNBLANK && in acx565akm_bl_get_intensity() 368 dev->props.power == FB_BLANK_UNBLANK) { in acx565akm_bl_get_intensity() 798 props.fb_blank = FB_BLANK_UNBLANK; in acx565akm_probe() 799 props.power = FB_BLANK_UNBLANK; in acx565akm_probe()
|
/linux/drivers/regulator/ |
A D | rpi-panel-attiny-regulator.c | 107 if (bl->props.power != FB_BLANK_UNBLANK || in attiny_update_status() 108 bl->props.fb_blank != FB_BLANK_UNBLANK) in attiny_update_status()
|
/linux/drivers/staging/fbtft/ |
A D | fb_ssd1351.c | 199 on = (bd->props.power == FB_BLANK_UNBLANK) && in update_onboard_backlight() 200 (bd->props.fb_blank == FB_BLANK_UNBLANK); in update_onboard_backlight()
|