Searched refs:FB_BLANK_UNBLANK (Results 26 - 50 of 123) sorted by relevance

12345

/linux-master/drivers/platform/x86/dell/
H A Ddell-uart-backlight.c161 set_power[2] = (power == FB_BLANK_UNBLANK) ? 1 : 0;
306 ret = dell_uart_set_bl_power(dell_bl, FB_BLANK_UNBLANK);
/linux-master/drivers/video/fbdev/
H A Dcg3.c189 case FB_BLANK_UNBLANK: /* Unblanking */
387 cg3_blank(FB_BLANK_UNBLANK, info);
H A Dbw2.c127 case FB_BLANK_UNBLANK: /* Unblanking */
320 bw2_blank(FB_BLANK_UNBLANK, info);
H A Dtcx.c209 case FB_BLANK_UNBLANK: /* Unblanking */
448 tcx_blank(FB_BLANK_UNBLANK, info);
H A Dclps711x-fb.c180 return FB_BLANK_UNBLANK;
188 if (blank == FB_BLANK_UNBLANK) {
H A Dcobalt_lcdfb.c232 case FB_BLANK_UNBLANK:
H A Dsh7760fb.c78 if (blank == FB_BLANK_UNBLANK) {
329 sh7760fb_blank(FB_BLANK_UNBLANK, info); /* panel on! */
H A Dleo.c318 case FB_BLANK_UNBLANK: /* Unblanking */
603 leo_blank(FB_BLANK_UNBLANK, info);
H A Dimxfb.c589 case FB_BLANK_UNBLANK:
829 return FB_BLANK_UNBLANK;
855 return imxfb_regulator_set(fbi, power == FB_BLANK_UNBLANK);
H A Dda8xx-fb.c1044 if (par->blank == FB_BLANK_UNBLANK)
1176 case FB_BLANK_UNBLANK:
1634 if (par->blank == FB_BLANK_UNBLANK) {
H A Dgoldfishfb.c156 case FB_BLANK_UNBLANK:
/linux-master/drivers/staging/sm750fb/
H A Dsm750_hw.c390 case FB_BLANK_UNBLANK:
435 case FB_BLANK_UNBLANK:
436 pr_debug("flag = FB_BLANK_UNBLANK\n");
/linux-master/drivers/video/backlight/
H A Dtdo24m.c393 err = tdo24m_power(lcd, FB_BLANK_UNBLANK);
419 return tdo24m_power(lcd, FB_BLANK_UNBLANK);
H A Dled_bl.c204 FB_BLANK_UNBLANK;
H A Dotm3225a.c192 if (power > FB_BLANK_UNBLANK)
H A Dbacklight.c88 * framebuffer driver. The backlight core only cares about FB_BLANK_UNBLANK
121 if (fb_blank == FB_BLANK_UNBLANK && !bd->fb_bl_on[node]) {
127 } else if (fb_blank != FB_BLANK_UNBLANK && bd->fb_bl_on[node]) {
H A Dpwm_bl.c429 return FB_BLANK_UNBLANK;
437 return active ? FB_BLANK_UNBLANK: FB_BLANK_POWERDOWN;
H A Dmp3309c.c361 props.power = FB_BLANK_UNBLANK;
H A Dsky81452-backlight.c318 bd->props.power = FB_BLANK_UNBLANK;
/linux-master/drivers/video/fbdev/geode/
H A Dvideo_gx.c302 case FB_BLANK_UNBLANK:
/linux-master/drivers/platform/x86/intel/
H A Doaktrail.c253 bd->props.power = FB_BLANK_UNBLANK;
/linux-master/include/uapi/linux/
H A Dfb.h299 FB_BLANK_UNBLANK = VESA_NO_BLANKING, enumerator in enum:__anon469
/linux-master/drivers/video/fbdev/sis/
H A Dsis.h409 #ifndef FB_BLANK_UNBLANK
410 #define FB_BLANK_UNBLANK 0 macro
/linux-master/drivers/staging/olpc_dcon/
H A Dolpc_dcon.c258 blank ? FB_BLANK_POWERDOWN : FB_BLANK_UNBLANK);
547 .power = FB_BLANK_UNBLANK,
/linux-master/drivers/gpu/drm/tilcdc/
H A Dtilcdc_panel.c52 FB_BLANK_UNBLANK : FB_BLANK_POWERDOWN;

Completed in 211 milliseconds

12345