Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/video/fbdev/
Dsh_mobile_lcdcfb.h104 int blank_status; member
Dsh_mobile_lcdcfb.c1929 if (blank > FB_BLANK_UNBLANK && ch->blank_status == FB_BLANK_UNBLANK) { in sh_mobile_lcdc_blank()
1937 if (blank <= FB_BLANK_NORMAL && ch->blank_status > FB_BLANK_NORMAL) { in sh_mobile_lcdc_blank()
1941 if (blank > FB_BLANK_NORMAL && ch->blank_status <= FB_BLANK_NORMAL) { in sh_mobile_lcdc_blank()
1954 ch->blank_status = blank; in sh_mobile_lcdc_blank()