Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/video/backlight/
A 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()
A 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()
A 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()
A Dili922x.c122 #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()
A Dcorgi_lcd.c26 #define POWER_IS_ON(pwr) ((pwr) <= FB_BLANK_NORMAL) macro
365 if (POWER_IS_ON(power) && !POWER_IS_ON(lcd->power)) in corgi_lcd_set_power()
368 if (!POWER_IS_ON(power) && POWER_IS_ON(lcd->power)) in corgi_lcd_set_power()
A Dhx8357.c536 #define POWER_IS_ON(pwr) ((pwr) <= FB_BLANK_NORMAL) macro
543 if (POWER_IS_ON(power) && !POWER_IS_ON(lcd->state)) in hx8357_set_power()
545 else if (!POWER_IS_ON(power) && POWER_IS_ON(lcd->state)) in hx8357_set_power()

Completed in 12 milliseconds