Home
last modified time | relevance | path

Searched refs:BL_CORE_FBBLANK (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v4.19/include/linux/
Dbacklight.h85 #define BL_CORE_FBBLANK (1 << 1) /* backlight is under an fb blank event */ macro
139 bd->props.state &= ~BL_CORE_FBBLANK; in backlight_enable()
155 bd->props.state |= BL_CORE_FBBLANK; in backlight_disable()
/Linux-v4.19/drivers/gpu/drm/panel/
Dpanel-panasonic-vvx10f034n00.c77 wuxga_nt->backlight->props.state |= BL_CORE_FBBLANK; in wuxga_nt_panel_disable()
157 wuxga_nt->backlight->props.state &= ~BL_CORE_FBBLANK; in wuxga_nt_panel_enable()
Dpanel-lvds.c60 lvds->backlight->props.state |= BL_CORE_FBBLANK; in panel_lvds_disable()
106 lvds->backlight->props.state &= ~BL_CORE_FBBLANK; in panel_lvds_enable()
Dpanel-seiko-43wvf1g.c134 p->backlight->props.state |= BL_CORE_FBBLANK; in seiko_panel_disable()
202 p->backlight->props.state &= ~BL_CORE_FBBLANK; in seiko_panel_enable()
Dpanel-sitronix-st7789v.c326 ctx->backlight->props.state &= ~BL_CORE_FBBLANK; in st7789v_enable()
343 ctx->backlight->props.state |= BL_CORE_FBBLANK; in st7789v_disable()
/Linux-v4.19/drivers/video/backlight/
Dipaq_micro_bl.c29 if (bd->props.state & (BL_CORE_FBBLANK | BL_CORE_SUSPENDED)) in micro_bl_update_status()
Dgeneric_bl.c30 if (bd->props.state & BL_CORE_FBBLANK) in genericbl_send_intensity()
Dot200_bl.c49 if (bl->props.state & BL_CORE_FBBLANK) in ot200_backlight_update_status()
Dpcf50633-backlight.c64 if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK) || in pcf50633_bl_update_status()
Dpandora_bl.c51 if (bl->props.state & BL_CORE_FBBLANK) in pandora_backlight_update_status()
Dlv5207lp.c56 backlight->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in lv5207lp_backlight_update_status()
Dgpio_backlight.c38 bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in gpio_backlight_update_status()
Dbd6107.c91 backlight->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in bd6107_backlight_update_status()
Daat2870_bl.c87 (bd->props.state & BL_CORE_FBBLANK) || in aat2870_bl_update_status()
Dbacklight.c62 bd->props.state &= ~BL_CORE_FBBLANK; in fb_notifier_callback()
70 bd->props.state |= BL_CORE_FBBLANK; in fb_notifier_callback()
Darcxcnn_bl.c147 if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in arcxcnn_bl_update_status()
Dpm8941-wled.c99 bl->props.state & BL_CORE_FBBLANK) in pm8941_wled_update_status()
Das3711_bl.c119 bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in as3711_bl_update_status()
Dlp855x_bl.c271 if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in lp855x_bl_update_status()
Dpwm_bl.c113 bl->props.state & BL_CORE_FBBLANK) in pwm_backlight_update_status()
/Linux-v4.19/drivers/gpu/drm/bridge/
Dparade-ps8622.c344 bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in ps8622_backlight_update()
/Linux-v4.19/drivers/auxdisplay/
Dht16k33.c202 bl->props.state & BL_CORE_FBBLANK || brightness == 0) { in ht16k33_bl_update_status()
/Linux-v4.19/drivers/staging/olpc_dcon/
Dolpc_dcon.c536 dcon_sleep(dcon, !!(dev->props.state & BL_CORE_FBBLANK)); in dcon_bl_update()
/Linux-v4.19/drivers/gpu/drm/omapdrm/displays/
Dpanel-dsi-cm.c116 backlight->props.state = ~(BL_CORE_FBBLANK | BL_CORE_SUSPENDED); in dsicm_bl_power()
121 backlight->props.state |= BL_CORE_FBBLANK | BL_CORE_SUSPENDED; in dsicm_bl_power()
/Linux-v4.19/drivers/platform/x86/
Dcompal-laptop.c342 && !(b->props.state & BL_CORE_FBBLANK)); in bl_update_status()

12