Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/
Dsh_mobile_lcdcfb.h109 int blank_status; member
Dsh_mobile_lcdcfb.c2019 if (blank > FB_BLANK_UNBLANK && ch->blank_status == FB_BLANK_UNBLANK) { in sh_mobile_lcdc_blank()
2027 if (blank <= FB_BLANK_NORMAL && ch->blank_status > FB_BLANK_NORMAL) { in sh_mobile_lcdc_blank()
2031 if (blank > FB_BLANK_NORMAL && ch->blank_status <= FB_BLANK_NORMAL) { in sh_mobile_lcdc_blank()
2044 ch->blank_status = blank; in sh_mobile_lcdc_blank()