Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/backlight/
Dcorgi_lcd.c107 static unsigned long corgibl_flags; variable
436 if (corgibl_flags & CORGIBL_SUSPENDED) in corgi_bl_update_status()
439 if ((corgibl_flags & CORGIBL_BATTLOW) && intensity > lcd->limit_mask) in corgi_bl_update_status()
448 corgibl_flags |= CORGIBL_BATTLOW; in corgi_lcd_limit_intensity()
450 corgibl_flags &= ~CORGIBL_BATTLOW; in corgi_lcd_limit_intensity()
466 corgibl_flags |= CORGIBL_SUSPENDED; in corgi_lcd_suspend()
476 corgibl_flags &= ~CORGIBL_SUSPENDED; in corgi_lcd_resume()