| /linux/include/linux/ |
| H A D | backlight.h | 201 #define BACKLIGHT_POWER_ON (0) macro 320 bd->props.power = BACKLIGHT_POWER_ON; in backlight_enable() 354 return bd->props.power != BACKLIGHT_POWER_ON || in backlight_is_blank()
|
| /linux/drivers/video/backlight/ |
| H A D | gpio_backlight.c | 83 bl->props.power = def_value ? BACKLIGHT_POWER_ON in gpio_backlight_probe() 88 bl->props.power = BACKLIGHT_POWER_ON; in gpio_backlight_probe()
|
| H A D | ams369fg06.c | 398 if (power != BACKLIGHT_POWER_ON && power != BACKLIGHT_POWER_OFF && in ams369fg06_set_power() 496 ams369fg06_power(lcd, BACKLIGHT_POWER_ON); in ams369fg06_probe() 498 lcd->power = BACKLIGHT_POWER_ON; in ams369fg06_probe() 535 return ams369fg06_power(lcd, BACKLIGHT_POWER_ON); in ams369fg06_resume()
|
| H A D | ipaq_micro_bl.c | 44 .power = BACKLIGHT_POWER_ON,
|
| H A D | rave-sp-backlight.c | 24 (p->power == BACKLIGHT_POWER_ON) ? p->brightness : 0; in rave_sp_backlight_update_status()
|
| H A D | jornada720_bl.c | 124 bd->props.power = BACKLIGHT_POWER_ON; in jornada_bl_probe()
|
| H A D | kb3886_bl.c | 154 kb3886_backlight_device->props.power = BACKLIGHT_POWER_ON; in kb3886bl_probe()
|
| H A D | pandora_bl.c | 45 if (bl->props.power != BACKLIGHT_POWER_ON) in pandora_backlight_update_status()
|
| H A D | ktd253-backlight.c | 192 bl->props.power = BACKLIGHT_POWER_ON; in ktd253_backlight_probe()
|
| H A D | corgi_lcd.c | 528 lcd->bl_dev->props.power = BACKLIGHT_POWER_ON; in corgi_lcd_probe() 549 lcd->bl_dev->props.power = BACKLIGHT_POWER_ON; in corgi_lcd_remove()
|
| H A D | aat2870_bl.c | 159 bd->props.power = BACKLIGHT_POWER_ON; in aat2870_bl_probe()
|
| H A D | pwm_bl.c | 429 return BACKLIGHT_POWER_ON; in pwm_backlight_initial_power_state() 437 return active ? BACKLIGHT_POWER_ON : BACKLIGHT_POWER_OFF; in pwm_backlight_initial_power_state()
|
| H A D | led_bl.c | 205 BACKLIGHT_POWER_ON; in led_bl_probe()
|
| H A D | sky81452-backlight.c | 318 bd->props.power = BACKLIGHT_POWER_ON; in sky81452_bl_remove()
|
| H A D | mp3309c.c | 360 .power = BACKLIGHT_POWER_ON, in mp3309c_probe()
|
| /linux/drivers/hid/ |
| H A D | hid-picolcd_backlight.c | 35 data->lcd_power == BACKLIGHT_POWER_ON ? data->lcd_brightness : 0); in picolcd_set_brightness()
|
| /linux/drivers/video/fbdev/nvidia/ |
| H A D | nv_backlight.c | 115 bd->props.power = BACKLIGHT_POWER_ON; in nvidia_bl_init()
|
| /linux/drivers/platform/x86/dell/ |
| H A D | dell-uart-backlight.c | 162 set_power[2] = (power == BACKLIGHT_POWER_ON) ? 1 : 0; in dell_uart_set_bl_power() 308 ret = dell_uart_set_bl_power(dell_bl, BACKLIGHT_POWER_ON); in dell_uart_bl_serdev_probe()
|
| /linux/drivers/platform/x86/ |
| H A D | eeepc-wmi.c | 195 driver->panel_power = BACKLIGHT_POWER_ON; in eeepc_wmi_quirks()
|
| /linux/drivers/macintosh/ |
| H A D | via-pmu-backlight.c | 183 bd->props.power = BACKLIGHT_POWER_ON; in pmu_backlight_init()
|
| /linux/drivers/video/fbdev/aty/ |
| H A D | radeon_backlight.c | 182 bd->props.power = BACKLIGHT_POWER_ON; in radeonfb_bl_init()
|
| /linux/drivers/platform/x86/intel/ |
| H A D | oaktrail.c | 252 bd->props.power = BACKLIGHT_POWER_ON; in oaktrail_backlight_init()
|
| /linux/drivers/gpu/drm/panel/ |
| H A D | panel-samsung-s6e63j0x03.c | 397 ctx->bl_dev->props.power = BACKLIGHT_POWER_ON; in s6e63j0x03_enable()
|
| /linux/drivers/video/fbdev/ |
| H A D | chipsfb.c | 402 pmac_backlight->props.power = BACKLIGHT_POWER_ON; in chipsfb_pci_init()
|
| /linux/drivers/platform/loongarch/ |
| H A D | loongson-laptop.c | 428 props.power = BACKLIGHT_POWER_ON; in laptop_backlight_register()
|