Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/video/backlight/
Dcorgi_lcd.c103 static unsigned long corgibl_flags; variable
426 if (corgibl_flags & CORGIBL_SUSPENDED) in corgi_bl_update_status()
429 if ((corgibl_flags & CORGIBL_BATTLOW) && intensity > lcd->limit_mask) in corgi_bl_update_status()
438 corgibl_flags |= CORGIBL_BATTLOW; in corgi_lcd_limit_intensity()
440 corgibl_flags &= ~CORGIBL_BATTLOW; in corgi_lcd_limit_intensity()
456 corgibl_flags |= CORGIBL_SUSPENDED; in corgi_lcd_suspend()
466 corgibl_flags &= ~CORGIBL_SUSPENDED; in corgi_lcd_resume()