Home
last modified time | relevance | path

Searched refs:BACKLIGHT_POWER_OFF (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/video/backlight/
H A Dams369fg06.c398 if (power != BACKLIGHT_POWER_ON && power != BACKLIGHT_POWER_OFF && in ams369fg06_set_power()
494 lcd->power = BACKLIGHT_POWER_OFF; in ams369fg06_probe()
512 ams369fg06_power(lcd, BACKLIGHT_POWER_OFF); in ams369fg06_remove()
526 return ams369fg06_power(lcd, BACKLIGHT_POWER_OFF); in ams369fg06_suspend()
533 lcd->power = BACKLIGHT_POWER_OFF; in ams369fg06_resume()
546 ams369fg06_power(lcd, BACKLIGHT_POWER_OFF); in ams369fg06_shutdown()
H A Dgpio_backlight.c84 : BACKLIGHT_POWER_OFF; in gpio_backlight_probe()
86 bl->props.power = BACKLIGHT_POWER_OFF; in gpio_backlight_probe()
H A Dktd253-backlight.c195 bl->props.power = BACKLIGHT_POWER_OFF; in ktd253_backlight_probe()
H A Daat2870_bl.c179 bd->props.power = BACKLIGHT_POWER_OFF; in aat2870_bl_remove()
H A Dled_bl.c204 props.power = (priv->default_brightness > 0) ? BACKLIGHT_POWER_OFF : in led_bl_probe()
H A Dmp3309c.c391 bl->props.power = BACKLIGHT_POWER_OFF; in mp3309c_remove()
H A Dlm3533_bl.c346 bd->props.power = BACKLIGHT_POWER_OFF; in lm3533_bl_remove()
H A Dpwm_bl.c437 return active ? BACKLIGHT_POWER_ON : BACKLIGHT_POWER_OFF; in pwm_backlight_initial_power_state()
/linux/include/linux/
H A Dbacklight.h202 #define BACKLIGHT_POWER_OFF (4) macro
335 bd->props.power = BACKLIGHT_POWER_OFF; in backlight_disable()
/linux/drivers/hid/
H A Dhid-picolcd_backlight.c98 data->backlight->props.power = BACKLIGHT_POWER_OFF; in picolcd_suspend_backlight()
/linux/drivers/gpu/drm/panel/
H A Dpanel-samsung-s6e63j0x03.c249 ctx->bl_dev->props.power = BACKLIGHT_POWER_OFF; in s6e63j0x03_unprepare()
477 ctx->bl_dev->props.power = BACKLIGHT_POWER_OFF; in s6e63j0x03_probe()
H A Dpanel-samsung-s6e3ha2.c734 ctx->bl_dev->props.power = BACKLIGHT_POWER_OFF; in s6e3ha2_probe()
H A Dpanel-novatek-nt35510.c1172 bl->props.power = BACKLIGHT_POWER_OFF; in nt35510_probe()
/linux/drivers/staging/fbtft/
H A Dfb_ssd1351.c214 bl_props.power = BACKLIGHT_POWER_OFF; in register_onboard_backlight()
H A Dfbtft-core.c155 par->info->bl_dev->props.power = BACKLIGHT_POWER_OFF; in fbtft_unregister_backlight()
181 bl_props.power = BACKLIGHT_POWER_OFF; in fbtft_register_backlight()
/linux/drivers/platform/x86/
H A Dfujitsu-laptop.c366 return b->props.power == BACKLIGHT_POWER_OFF ? 0 : get_lcd_level(device); in bl_get_brightness()
374 if (b->props.power == BACKLIGHT_POWER_OFF) in bl_update_status()
964 fujitsu_bl->bl_device->props.power = BACKLIGHT_POWER_OFF; in acpi_fujitsu_laptop_add()
H A Dasus-wmi.c4221 return ret ? BACKLIGHT_POWER_ON : BACKLIGHT_POWER_OFF; in read_backlight_power()
4397 return ret ? BACKLIGHT_POWER_ON : BACKLIGHT_POWER_OFF; in read_screenpad_backlight_power()
4410 if (err == BACKLIGHT_POWER_OFF) in read_screenpad_brightness()
4469 if (power != BACKLIGHT_POWER_OFF) { in asus_screenpad_init()
/linux/drivers/platform/x86/lenovo/
H A Dideapad-laptop.c1496 blightdev->props.power != BACKLIGHT_POWER_OFF); in ideapad_backlight_update_status()
1546 blightdev->props.power = power ? BACKLIGHT_POWER_ON : BACKLIGHT_POWER_OFF; in ideapad_backlight_init()
1572 blightdev->props.power = power ? BACKLIGHT_POWER_ON : BACKLIGHT_POWER_OFF; in ideapad_backlight_notify_power()
/linux/drivers/video/fbdev/
H A Datmel_lcdfb.c165 sinfo->backlight->props.power = BACKLIGHT_POWER_OFF; in exit_backlight()
H A Dsh_mobile_lcdcfb.c1085 ch->bl->props.power = BACKLIGHT_POWER_OFF; in sh_mobile_lcdc_stop()
/linux/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-dsi-cm.c1256 bldev->props.power = BACKLIGHT_POWER_OFF; in dsicm_remove()
/linux/drivers/video/fbdev/aty/
H A Daty128fb.c1306 aty128_bl_set_power(info, BACKLIGHT_POWER_OFF); in aty128_set_lcd_enable()