Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/backlight/
H A Dcorgi_lcd.c102 static unsigned long corgibl_flags; variable
425 if (corgibl_flags & CORGIBL_SUSPENDED) in corgi_bl_update_status()
428 if ((corgibl_flags & CORGIBL_BATTLOW) && intensity > lcd->limit_mask) in corgi_bl_update_status()
437 corgibl_flags |= CORGIBL_BATTLOW; in corgi_lcd_limit_intensity()
439 corgibl_flags &= ~CORGIBL_BATTLOW; in corgi_lcd_limit_intensity()
455 corgibl_flags |= CORGIBL_SUSPENDED; in corgi_lcd_suspend()
465 corgibl_flags &= ~CORGIBL_SUSPENDED; in corgi_lcd_resume()