Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/backlight/
Dcorgi_lcd.c108 #define CORGIBL_SUSPENDED 0x01 macro
436 if (corgibl_flags & CORGIBL_SUSPENDED) in corgi_bl_update_status()
466 corgibl_flags |= CORGIBL_SUSPENDED; in corgi_lcd_suspend()
476 corgibl_flags &= ~CORGIBL_SUSPENDED; in corgi_lcd_resume()