Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/video/backlight/
Dltv350qv.c18 #define POWER_IS_ON(pwr) ((pwr) <= FB_BLANK_NORMAL) macro
195 if (POWER_IS_ON(power) && !POWER_IS_ON(lcd->power)) in ltv350qv_power()
197 else if (!POWER_IS_ON(power) && POWER_IS_ON(lcd->power)) in ltv350qv_power()
Dili9320.c124 #define POWER_IS_ON(pwr) ((pwr) <= FB_BLANK_NORMAL) macro
132 if (POWER_IS_ON(power) && !POWER_IS_ON(lcd->power)) in ili9320_power()
134 else if (!POWER_IS_ON(power) && POWER_IS_ON(lcd->power)) in ili9320_power()
Dtdo24m.c19 #define POWER_IS_ON(pwr) ((pwr) <= FB_BLANK_NORMAL) macro
285 if (POWER_IS_ON(power) && !POWER_IS_ON(lcd->power)) in tdo24m_power()
287 else if (!POWER_IS_ON(power) && POWER_IS_ON(lcd->power)) in tdo24m_power()
Dili922x.c122 #define POWER_IS_ON(pwr) ((pwr) <= FB_BLANK_NORMAL) macro
450 if (POWER_IS_ON(power) && !POWER_IS_ON(lcd->power)) in ili922x_lcd_power()
452 else if (!POWER_IS_ON(power) && POWER_IS_ON(lcd->power)) in ili922x_lcd_power()
Dhx8357.c535 #define POWER_IS_ON(pwr) ((pwr) <= FB_BLANK_NORMAL) macro
542 if (POWER_IS_ON(power) && !POWER_IS_ON(lcd->state)) in hx8357_set_power()
544 else if (!POWER_IS_ON(power) && POWER_IS_ON(lcd->state)) in hx8357_set_power()
Dcorgi_lcd.c27 #define POWER_IS_ON(pwr) ((pwr) <= FB_BLANK_NORMAL) macro
366 if (POWER_IS_ON(power) && !POWER_IS_ON(lcd->power)) in corgi_lcd_set_power()
369 if (!POWER_IS_ON(power) && POWER_IS_ON(lcd->power)) in corgi_lcd_set_power()