Home
last modified time | relevance | path

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

12

/Linux-v5.4/include/linux/
Dbacklight.h93 #define BL_CORE_FBBLANK (1 << 1) /* backlight is under an fb blank event */ macro
147 bd->props.state &= ~BL_CORE_FBBLANK; in backlight_enable()
163 bd->props.state |= BL_CORE_FBBLANK; in backlight_disable()
/Linux-v5.4/drivers/gpu/drm/panel/
Dpanel-panasonic-vvx10f034n00.c67 wuxga_nt->backlight->props.state |= BL_CORE_FBBLANK; in wuxga_nt_panel_disable()
147 wuxga_nt->backlight->props.state &= ~BL_CORE_FBBLANK; in wuxga_nt_panel_enable()
Dpanel-lvds.c55 lvds->backlight->props.state |= BL_CORE_FBBLANK; in panel_lvds_disable()
101 lvds->backlight->props.state &= ~BL_CORE_FBBLANK; in panel_lvds_enable()
Dpanel-seiko-43wvf1g.c133 p->backlight->props.state |= BL_CORE_FBBLANK; in seiko_panel_disable()
201 p->backlight->props.state &= ~BL_CORE_FBBLANK; in seiko_panel_enable()
Dpanel-sitronix-st7789v.c327 ctx->backlight->props.state &= ~BL_CORE_FBBLANK; in st7789v_enable()
344 ctx->backlight->props.state |= BL_CORE_FBBLANK; in st7789v_disable()
/Linux-v5.4/drivers/video/backlight/
Dipaq_micro_bl.c27 if (bd->props.state & (BL_CORE_FBBLANK | BL_CORE_SUSPENDED)) in micro_bl_update_status()
Dgeneric_bl.c26 if (bd->props.state & BL_CORE_FBBLANK) in genericbl_send_intensity()
Dot200_bl.c46 if (bl->props.state & BL_CORE_FBBLANK) in ot200_backlight_update_status()
Dpcf50633-backlight.c55 if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK) || in pcf50633_bl_update_status()
Dpandora_bl.c48 if (bl->props.state & BL_CORE_FBBLANK) in pandora_backlight_update_status()
Dlv5207lp.c53 backlight->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in lv5207lp_backlight_update_status()
Dgpio_backlight.c36 bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in gpio_backlight_update_status()
Dbd6107.c88 backlight->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in bd6107_backlight_update_status()
Daat2870_bl.c74 (bd->props.state & BL_CORE_FBBLANK) || in aat2870_bl_update_status()
Dbacklight.c69 bd->props.state &= ~BL_CORE_FBBLANK; in fb_notifier_callback()
77 bd->props.state |= BL_CORE_FBBLANK; in fb_notifier_callback()
Darcxcnn_bl.c136 if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in arcxcnn_bl_update_status()
Dpm8941-wled.c91 bl->props.state & BL_CORE_FBBLANK) in pm8941_wled_update_status()
Das3711_bl.c116 bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in as3711_bl_update_status()
Dlp855x_bl.c267 if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in lp855x_bl_update_status()
Dpwm_bl.c117 bl->props.state & BL_CORE_FBBLANK) in pwm_backlight_update_status()
/Linux-v5.4/drivers/gpu/drm/bridge/
Dparade-ps8622.c336 bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in ps8622_backlight_update()
/Linux-v5.4/drivers/auxdisplay/
Dht16k33.c202 bl->props.state & BL_CORE_FBBLANK || brightness == 0) { in ht16k33_bl_update_status()
/Linux-v5.4/drivers/gpu/drm/omapdrm/displays/
Dpanel-dsi-cm.c115 backlight->props.state = ~(BL_CORE_FBBLANK | BL_CORE_SUSPENDED); in dsicm_bl_power()
120 backlight->props.state |= BL_CORE_FBBLANK | BL_CORE_SUSPENDED; in dsicm_bl_power()
/Linux-v5.4/drivers/staging/olpc_dcon/
Dolpc_dcon.c529 dcon_sleep(dcon, !!(dev->props.state & BL_CORE_FBBLANK)); in dcon_bl_update()
/Linux-v5.4/drivers/platform/x86/
Dcompal-laptop.c329 && !(b->props.state & BL_CORE_FBBLANK)); in bl_update_status()

12