Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/video/backlight/
Dcorgi_lcd.c104 #define CORGIBL_SUSPENDED 0x01 macro
432 if (corgibl_flags & CORGIBL_SUSPENDED) in corgi_bl_update_status()
462 corgibl_flags |= CORGIBL_SUSPENDED; in corgi_lcd_suspend()
472 corgibl_flags &= ~CORGIBL_SUSPENDED; in corgi_lcd_resume()