Home
last modified time | relevance | path

Searched refs:POWER_IS_ON (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/video/backlight/
Dtosa_lcd.c28 #define POWER_IS_ON(pwr) ((pwr) <= FB_BLANK_NORMAL) macro
136 if (POWER_IS_ON(power) && !POWER_IS_ON(data->lcd_power)) in tosa_lcd_set_power()
139 if (!POWER_IS_ON(power) && POWER_IS_ON(data->lcd_power)) in tosa_lcd_set_power()
162 if (POWER_IS_ON(data->lcd_power)) in tosa_lcd_set_mode()
252 if (POWER_IS_ON(data->lcd_power)) in tosa_lcd_resume()
Dili9320.c127 #define POWER_IS_ON(pwr) ((pwr) <= FB_BLANK_NORMAL) macro
135 if (POWER_IS_ON(power) && !POWER_IS_ON(lcd->power)) in ili9320_power()
137 else if (!POWER_IS_ON(power) && POWER_IS_ON(lcd->power)) in ili9320_power()
Dltv350qv.c21 #define POWER_IS_ON(pwr) ((pwr) <= FB_BLANK_NORMAL) macro
199 if (POWER_IS_ON(power) && !POWER_IS_ON(lcd->power)) in ltv350qv_power()
201 else if (!POWER_IS_ON(power) && POWER_IS_ON(lcd->power)) in ltv350qv_power()
Dtdo24m.c22 #define POWER_IS_ON(pwr) ((pwr) <= FB_BLANK_NORMAL) macro
288 if (POWER_IS_ON(power) && !POWER_IS_ON(lcd->power)) in tdo24m_power()
290 else if (!POWER_IS_ON(power) && POWER_IS_ON(lcd->power)) in tdo24m_power()
Dili922x.c124 #define POWER_IS_ON(pwr) ((pwr) <= FB_BLANK_NORMAL) macro
446 if (POWER_IS_ON(power) && !POWER_IS_ON(lcd->power)) in ili922x_lcd_power()
448 else if (!POWER_IS_ON(power) && POWER_IS_ON(lcd->power)) in ili922x_lcd_power()
Dhx8357.c537 #define POWER_IS_ON(pwr) ((pwr) <= FB_BLANK_NORMAL) macro
544 if (POWER_IS_ON(power) && !POWER_IS_ON(lcd->state)) in hx8357_set_power()
546 else if (!POWER_IS_ON(power) && POWER_IS_ON(lcd->state)) in hx8357_set_power()
Dcorgi_lcd.c30 #define POWER_IS_ON(pwr) ((pwr) <= FB_BLANK_NORMAL) macro
370 if (POWER_IS_ON(power) && !POWER_IS_ON(lcd->power)) in corgi_lcd_set_power()
373 if (!POWER_IS_ON(power) && POWER_IS_ON(lcd->power)) in corgi_lcd_set_power()