Home
last modified time | relevance | path

Searched refs:FB_BLANK_UNBLANK (Results 1 – 25 of 142) sorted by relevance

123456

/linux-5.19.10/drivers/video/backlight/
Djornada720_lcd.c26 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()
Domap1_bl.c54 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()
Dipaq_micro_bl.c25 if (bd->props.power != FB_BLANK_UNBLANK) in micro_bl_update_status()
50 .power = FB_BLANK_UNBLANK,
Dlms501kf03.c298 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()
Dcr_bllcd.c140 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()
Dgpio_backlight.c88 bl->props.power = def_value ? FB_BLANK_UNBLANK in gpio_backlight_probe()
94 bl->props.power = FB_BLANK_UNBLANK; in gpio_backlight_probe()
Dpcf50633-backlight.c56 bl->props.power != FB_BLANK_UNBLANK) in pcf50633_bl_update_status()
109 bl_props.power = FB_BLANK_UNBLANK; in pcf50633_bl_probe()
Dams369fg06.c399 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()
Dcorgi_lcd.c466 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()
Daat2870_bl.c73 if ((bd->props.power != FB_BLANK_UNBLANK) || in aat2870_bl_update_status()
171 bd->props.power = FB_BLANK_UNBLANK; in aat2870_bl_probe()
Dl4f00242t03.c143 priv->lcd_state = FB_BLANK_UNBLANK; in l4f00242t03_lcd_power_set()
219 l4f00242t03_lcd_power_set(priv->ld, FB_BLANK_UNBLANK); in l4f00242t03_probe()
Drave-sp-backlight.c22 (p->power == FB_BLANK_UNBLANK) ? p->brightness : 0; in rave_sp_backlight_update_status()
Dili9320.c244 ret = ili9320_power(ili, FB_BLANK_UNBLANK); in ili9320_probe_spi()
285 return ili9320_power(lcd, FB_BLANK_UNBLANK); in ili9320_resume()
/linux-5.19.10/include/linux/
Dbacklight.h368 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-5.19.10/drivers/video/fbdev/omap/
Dlcd_ams_delta.c35 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-5.19.10/drivers/video/fbdev/nvidia/
Dnv_backlight.c57 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-5.19.10/drivers/macintosh/
Dvia-pmu-backlight.c77 if (bd->props.power != FB_BLANK_UNBLANK || in __pmu_backlight_update_status()
78 bd->props.fb_blank != FB_BLANK_UNBLANK) in __pmu_backlight_update_status()
185 bd->props.power = FB_BLANK_UNBLANK; in pmu_backlight_init()
/linux-5.19.10/drivers/video/fbdev/aty/
Dradeon_backlight.c60 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-5.19.10/drivers/gpu/drm/shmobile/
Dshmob_drm_backlight.c23 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-5.19.10/drivers/gpu/drm/panel/
Dpanel-sony-acx565akm.c303 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()
Dpanel-dsi-cm.c89 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-5.19.10/drivers/video/fbdev/omap2/omapfb/displays/
Dpanel-sony-acx565akm.c344 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-5.19.10/drivers/video/fbdev/
Dmx3fb.c288 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-5.19.10/drivers/staging/fbtft/
Dfb_ssd1351.c199 on = (bd->props.power == FB_BLANK_UNBLANK) && in update_onboard_backlight()
200 (bd->props.fb_blank == FB_BLANK_UNBLANK); in update_onboard_backlight()
/linux-5.19.10/Documentation/ABI/testing/
Dsysfs-class-lcd7 - FB_BLANK_UNBLANK (0) : power on.

123456