Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/video/backlight/
Dcorgi_lcd.c104 #define CORGIBL_SUSPENDED 0x01 macro
426 if (corgibl_flags & CORGIBL_SUSPENDED) in corgi_bl_update_status()
456 corgibl_flags |= CORGIBL_SUSPENDED; in corgi_lcd_suspend()
466 corgibl_flags &= ~CORGIBL_SUSPENDED; in corgi_lcd_resume()