Searched refs:POWER_IS_ON (Results 1 – 6 of 6) sorted by relevance
18 #define POWER_IS_ON(pwr) ((pwr) <= FB_BLANK_NORMAL) macro195 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()
124 #define POWER_IS_ON(pwr) ((pwr) <= FB_BLANK_NORMAL) macro132 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()
19 #define POWER_IS_ON(pwr) ((pwr) <= FB_BLANK_NORMAL) macro285 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()
122 #define POWER_IS_ON(pwr) ((pwr) <= FB_BLANK_NORMAL) macro450 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()
535 #define POWER_IS_ON(pwr) ((pwr) <= FB_BLANK_NORMAL) macro542 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()
27 #define POWER_IS_ON(pwr) ((pwr) <= FB_BLANK_NORMAL) macro366 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()