/linux-6.6.21/drivers/video/backlight/ ! |
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()
|
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()
|
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() 394 return lms501kf03_power(lcd, FB_BLANK_UNBLANK); in lms501kf03_resume()
|
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()
|
D | gpio_backlight.c | 88 bl->props.power = def_value ? FB_BLANK_UNBLANK in gpio_backlight_probe() 93 bl->props.power = FB_BLANK_UNBLANK; in gpio_backlight_probe()
|
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()
|
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() 536 return ams369fg06_power(lcd, FB_BLANK_UNBLANK); in ams369fg06_resume()
|
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()
|
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()
|
D | ipaq_micro_bl.c | 45 .power = FB_BLANK_UNBLANK,
|
D | rave-sp-backlight.c | 22 (p->power == FB_BLANK_UNBLANK) ? p->brightness : 0; in rave_sp_backlight_update_status()
|
D | ltv350qv.c | 248 ret = ltv350qv_power(lcd, FB_BLANK_UNBLANK); in ltv350qv_probe() 276 return ltv350qv_power(lcd, FB_BLANK_UNBLANK); in ltv350qv_resume()
|
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()
|
D | jornada720_bl.c | 124 bd->props.power = FB_BLANK_UNBLANK; in jornada_bl_probe()
|
D | tdo24m.c | 393 err = tdo24m_power(lcd, FB_BLANK_UNBLANK); in tdo24m_probe() 419 return tdo24m_power(lcd, FB_BLANK_UNBLANK); in tdo24m_resume()
|
D | backlight.c | 117 if (fb_blank == FB_BLANK_UNBLANK && !bd->fb_bl_on[node]) { in fb_notifier_callback() 121 bd->props.fb_blank = FB_BLANK_UNBLANK; in fb_notifier_callback() 124 } else if (fb_blank != FB_BLANK_UNBLANK && bd->fb_bl_on[node]) { in fb_notifier_callback()
|
/linux-6.6.21/include/linux/ ! |
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-6.6.21/drivers/video/fbdev/omap/ ! |
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() 158 ams_delta_lcd_set_power(lcd_device, FB_BLANK_UNBLANK); in ams_delta_panel_probe()
|
/linux-6.6.21/drivers/video/fbdev/omap2/omapfb/displays/ ! |
D | panel-sony-acx565akm.c | 343 if (dev->props.fb_blank == FB_BLANK_UNBLANK && in acx565akm_bl_update_status() 344 dev->props.power == FB_BLANK_UNBLANK) in acx565akm_bl_update_status() 366 if (dev->props.fb_blank == FB_BLANK_UNBLANK && in acx565akm_bl_get_intensity() 367 dev->props.power == FB_BLANK_UNBLANK) { in acx565akm_bl_get_intensity() 761 props.fb_blank = FB_BLANK_UNBLANK; in acx565akm_probe() 762 props.power = FB_BLANK_UNBLANK; in acx565akm_probe()
|
/linux-6.6.21/Documentation/ABI/testing/ ! |
D | sysfs-class-lcd | 7 - FB_BLANK_UNBLANK (0) : power on.
|
/linux-6.6.21/drivers/gpu/drm/renesas/shmobile/ ! |
D | shmob_drm_backlight.c | 47 ? FB_BLANK_UNBLANK : FB_BLANK_POWERDOWN; in shmob_drm_backlight_dpms()
|
/linux-6.6.21/drivers/video/fbdev/ ! |
D | bw2.c | 134 case FB_BLANK_UNBLANK: /* Unblanking */ in bw2_blank() 327 bw2_blank(FB_BLANK_UNBLANK, info); in bw2_probe()
|
D | p9100.c | 193 case FB_BLANK_UNBLANK: /* Unblanking */ in p9100_blank() 293 p9100_blank(FB_BLANK_UNBLANK, info); in p9100_probe()
|
/linux-6.6.21/drivers/video/fbdev/nvidia/ ! |
D | nv_backlight.c | 115 bd->props.power = FB_BLANK_UNBLANK; in nvidia_bl_init()
|
/linux-6.6.21/drivers/hid/ ! |
D | hid-picolcd_backlight.c | 35 hid_set_field(report->field[0], 0, data->lcd_power == FB_BLANK_UNBLANK ? data->lcd_brightness : 0); in picolcd_set_brightness()
|