Home
last modified time | relevance | path

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

/drivers/video/backlight/
A Dili9320.c123 #define POWER_IS_ON(pwr) ((pwr) <= LCD_POWER_REDUCED) macro
131 if (POWER_IS_ON(power) && !POWER_IS_ON(lcd->power)) in ili9320_power()
133 else if (!POWER_IS_ON(power) && POWER_IS_ON(lcd->power)) in ili9320_power()
A Dltv350qv.c17 #define POWER_IS_ON(pwr) ((pwr) <= LCD_POWER_REDUCED) macro
194 if (POWER_IS_ON(power) && !POWER_IS_ON(lcd->power)) in ltv350qv_power()
196 else if (!POWER_IS_ON(power) && POWER_IS_ON(lcd->power)) in ltv350qv_power()
A Dtdo24m.c18 #define POWER_IS_ON(pwr) ((pwr) <= LCD_POWER_REDUCED) macro
284 if (POWER_IS_ON(power) && !POWER_IS_ON(lcd->power)) in tdo24m_power()
286 else if (!POWER_IS_ON(power) && POWER_IS_ON(lcd->power)) in tdo24m_power()
A Dhx8357.c535 #define POWER_IS_ON(pwr) ((pwr) <= LCD_POWER_REDUCED) 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()
A Dili922x.c121 #define POWER_IS_ON(pwr) ((pwr) <= LCD_POWER_REDUCED) macro
449 if (POWER_IS_ON(power) && !POWER_IS_ON(lcd->power)) in ili922x_lcd_power()
451 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) <= LCD_POWER_REDUCED) 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()

Completed in 14 milliseconds