Searched refs:BL_CORE_SUSPENDRESUME (Results 1 – 25 of 34) sorted by relevance
12
/openbmc/linux/drivers/video/backlight/ |
H A D | apple_bl.c | 85 .options = BL_CORE_SUSPENDRESUME, 130 .options = BL_CORE_SUSPENDRESUME,
|
H A D | ipaq_micro_bl.c | 38 .options = BL_CORE_SUSPENDRESUME,
|
H A D | rave-sp-backlight.c | 36 .options = BL_CORE_SUSPENDRESUME,
|
H A D | jornada720_bl.c | 102 .options = BL_CORE_SUSPENDRESUME,
|
H A D | gpio_backlight.c | 42 .options = BL_CORE_SUSPENDRESUME,
|
H A D | pcf50633-backlight.c | 91 .options = BL_CORE_SUSPENDRESUME,
|
H A D | pandora_bl.c | 105 .options = BL_CORE_SUSPENDRESUME,
|
H A D | lv5207lp.c | 74 .options = BL_CORE_SUSPENDRESUME,
|
H A D | da903x_bl.c | 91 .options = BL_CORE_SUSPENDRESUME,
|
H A D | ktd253-backlight.c | 139 .options = BL_CORE_SUSPENDRESUME,
|
H A D | bd6107.c | 111 .options = BL_CORE_SUSPENDRESUME,
|
H A D | wm831x_bl.c | 105 .options = BL_CORE_SUSPENDRESUME,
|
H A D | aat2870_bl.c | 99 .options = BL_CORE_SUSPENDRESUME,
|
H A D | max8925_bl.c | 85 .options = BL_CORE_SUSPENDRESUME,
|
H A D | ktz8866.c | 92 .options = BL_CORE_SUSPENDRESUME,
|
H A D | lm3630a_bl.c | 255 .options = BL_CORE_SUSPENDRESUME, 329 .options = BL_CORE_SUSPENDRESUME,
|
H A D | backlight.c | 328 if (bd->ops && bd->ops->options & BL_CORE_SUSPENDRESUME) { in backlight_suspend() 342 if (bd->ops && bd->ops->options & BL_CORE_SUSPENDRESUME) { in backlight_resume()
|
H A D | rt4831-backlight.c | 84 .options = BL_CORE_SUSPENDRESUME,
|
H A D | tps65217_bl.c | 97 .options = BL_CORE_SUSPENDRESUME,
|
H A D | 88pm860x_bl.c | 144 .options = BL_CORE_SUSPENDRESUME,
|
H A D | lp8788_bl.c | 182 .options = BL_CORE_SUSPENDRESUME,
|
H A D | mt6370-backlight.c | 124 .options = BL_CORE_SUSPENDRESUME,
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_backlight.c | 91 .options = BL_CORE_SUSPENDRESUME, 143 .options = BL_CORE_SUSPENDRESUME, 285 .options = BL_CORE_SUSPENDRESUME,
|
/openbmc/linux/drivers/gpu/drm/renesas/shmobile/ |
H A D | shmob_drm_backlight.c | 36 .options = BL_CORE_SUSPENDRESUME,
|
/openbmc/linux/include/linux/ |
H A D | backlight.h | 130 #define BL_CORE_SUSPENDRESUME (1 << 0) macro
|
12