Searched refs:FB_BLANK_UNBLANK (Results 76 - 100 of 123) sorted by relevance

12345

/linux-master/drivers/video/fbdev/
H A Dudlfb.c115 * 0x00 FB_BLANK_UNBLANK (0)
312 wrptr = dlfb_blanking(wrptr, FB_BLANK_UNBLANK);
319 dlfb->blank_mode = FB_BLANK_UNBLANK;
H A Duvesafb.c1124 err = (blank == FB_BLANK_UNBLANK) ? 0 : -EINVAL;
1144 case FB_BLANK_UNBLANK:
H A Dpxa168fb.c515 fbi->is_blanked = (blank == FB_BLANK_UNBLANK) ? 0 : 1;
H A Ds1d13xxxfb.c335 case FB_BLANK_UNBLANK:
H A Dsa1100fb.c549 case FB_BLANK_UNBLANK:
H A Dgbefb.c391 case FB_BLANK_UNBLANK: /* unblank */
H A Dvt8623fb.c591 case FB_BLANK_UNBLANK:
H A Dssd1307fb.c299 if (blank_mode != FB_BLANK_UNBLANK)
H A Dcirrusfb.c1405 current_mode == FB_BLANK_UNBLANK)
1416 case FB_BLANK_UNBLANK:
H A Dpxafb.c590 case FB_BLANK_UNBLANK:
739 fb_blank(&ofb->fbi->fb, FB_BLANK_UNBLANK);
H A Di740fb.c959 case FB_BLANK_UNBLANK:
H A Darkfb.c878 case FB_BLANK_UNBLANK:
H A Dvga16fb.c821 case FB_BLANK_UNBLANK: /* Unblank */
/linux-master/drivers/video/fbdev/omap/
H A Domapfb_main.c319 case FB_BLANK_UNBLANK:
1830 omapfb_blank(FB_BLANK_UNBLANK, fbdev->fb_info[0]);
/linux-master/drivers/platform/x86/
H A Dideapad-laptop.c1316 blightdev->props.power = power ? FB_BLANK_UNBLANK : FB_BLANK_POWERDOWN;
1340 blightdev->props.power = power ? FB_BLANK_UNBLANK : FB_BLANK_POWERDOWN;
H A Dfujitsu-laptop.c938 fujitsu_bl->bl_device->props.power = FB_BLANK_UNBLANK;
H A Deeepc-laptop.c1140 bd->props.power = FB_BLANK_UNBLANK;
/linux-master/drivers/video/fbdev/geode/
H A Dlxfb_ops.c529 case FB_BLANK_UNBLANK:
/linux-master/drivers/video/fbdev/aty/
H A Datyfb_base.c2100 atyfb_blank(FB_BLANK_UNBLANK, info);
2178 atyfb_blank(FB_BLANK_UNBLANK, info);
2275 bd->props.power = FB_BLANK_UNBLANK;
2827 case FB_BLANK_UNBLANK:
H A Dradeon_base.c1066 case FB_BLANK_UNBLANK:
1510 radeon_screen_blank(rinfo, FB_BLANK_UNBLANK, 0);
/linux-master/drivers/video/fbdev/mmp/fb/
H A Dmmpfb.c450 mmpfb_power(fbi, (blank == FB_BLANK_UNBLANK));
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-samsung-s6e3ha2.c604 ctx->bl_dev->props.power = FB_BLANK_UNBLANK;
/linux-master/drivers/video/fbdev/mb862xx/
H A Dmb862xxfbdrv.c291 case FB_BLANK_UNBLANK:
/linux-master/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-dsi-cm.c1218 bldev->props.power = FB_BLANK_UNBLANK;
/linux-master/drivers/video/fbdev/savage/
H A Dsavagefb_driver.c1569 case FB_BLANK_UNBLANK:
1590 case FB_BLANK_UNBLANK:
2432 savagefb_blank(FB_BLANK_UNBLANK, info);

Completed in 505 milliseconds

12345