/linux-4.1.27/drivers/video/backlight/ |
D | cr_bllcd.c | 80 if (bd->props.power == FB_BLANK_UNBLANK) in cr_backlight_set_intensity() 81 intensity = FB_BLANK_UNBLANK; in cr_backlight_set_intensity() 82 if (bd->props.fb_blank == FB_BLANK_UNBLANK) in cr_backlight_set_intensity() 83 intensity = FB_BLANK_UNBLANK; in cr_backlight_set_intensity() 89 if (intensity == FB_BLANK_UNBLANK) { /* FULL ON */ in cr_backlight_set_intensity() 109 intensity = FB_BLANK_UNBLANK; in cr_backlight_get_intensity() 162 if (power == FB_BLANK_UNBLANK) in cr_lcd_set_power() 225 crp->cr_backlight_device->props.power = FB_BLANK_UNBLANK; in cr_backlight_probe() 228 cr_lcd_set_power(crp->cr_lcd_device, FB_BLANK_UNBLANK); in cr_backlight_probe()
|
D | jornada720_lcd.c | 30 return PPSR & PPC_LDD2 ? FB_BLANK_UNBLANK : FB_BLANK_POWERDOWN; in jornada_lcd_get_power() 37 if (jornada_lcd_get_power(ld) != FB_BLANK_UNBLANK) in jornada_lcd_get_contrast() 78 if (power != FB_BLANK_UNBLANK) { in jornada_lcd_set_power() 113 jornada_lcd_set_power(lcd_device, FB_BLANK_UNBLANK); in jornada_lcd_probe()
|
D | jornada720_bl.c | 61 if ((bd->props.power != FB_BLANK_UNBLANK) || (bd->props.fb_blank != FB_BLANK_UNBLANK)) { in jornada_bl_update_status() 128 bd->props.power = FB_BLANK_UNBLANK; in jornada_bl_probe()
|
D | kb3886_bl.c | 96 if (bd->props.power != FB_BLANK_UNBLANK) in kb3886bl_send_intensity() 98 if (bd->props.fb_blank != FB_BLANK_UNBLANK) in kb3886bl_send_intensity() 162 kb3886_backlight_device->props.power = FB_BLANK_UNBLANK; in kb3886bl_probe()
|
D | omap1_bl.c | 67 case FB_BLANK_UNBLANK: in omapbl_blank() 109 if (bl->powermode == FB_BLANK_UNBLANK) in omapbl_update_status() 165 dev->props.fb_blank = FB_BLANK_UNBLANK; in omapbl_probe()
|
D | ipaq_micro_bl.c | 27 if (bd->props.power != FB_BLANK_UNBLANK) in micro_bl_update_status() 52 .power = FB_BLANK_UNBLANK,
|
D | lms501kf03.c | 311 if (power != FB_BLANK_UNBLANK && power != FB_BLANK_POWERDOWN && in lms501kf03_set_power() 368 lms501kf03_power(lcd, FB_BLANK_UNBLANK); in lms501kf03_probe() 370 lcd->power = FB_BLANK_UNBLANK; in lms501kf03_probe() 408 return lms501kf03_power(lcd, FB_BLANK_UNBLANK); in lms501kf03_resume()
|
D | ep93xx_bl.c | 44 if (bl->props.power != FB_BLANK_UNBLANK || in ep93xxbl_update_status() 45 bl->props.fb_blank != FB_BLANK_UNBLANK) in ep93xxbl_update_status()
|
D | generic_bl.c | 31 if (bd->props.power != FB_BLANK_UNBLANK) in genericbl_send_intensity() 85 bd->props.power = FB_BLANK_UNBLANK; in genericbl_probe()
|
D | corgi_lcd.c | 430 if (bd->props.power != FB_BLANK_UNBLANK) in corgi_bl_update_status() 433 if (bd->props.fb_blank != FB_BLANK_UNBLANK) in corgi_bl_update_status() 477 corgi_lcd_set_power(lcd->lcd_dev, FB_BLANK_UNBLANK); in corgi_lcd_resume() 570 lcd->bl_dev->props.power = FB_BLANK_UNBLANK; in corgi_lcd_probe() 579 corgi_lcd_set_power(lcd->lcd_dev, FB_BLANK_UNBLANK); in corgi_lcd_probe() 591 lcd->bl_dev->props.power = FB_BLANK_UNBLANK; in corgi_lcd_remove()
|
D | pcf50633-backlight.c | 65 bl->props.power != FB_BLANK_UNBLANK) in pcf50633_bl_update_status() 118 bl_props.power = FB_BLANK_UNBLANK; in pcf50633_bl_probe()
|
D | hp680_bl.c | 38 if (bd->props.power != FB_BLANK_UNBLANK) in hp680bl_send_intensity() 40 if (bd->props.fb_blank != FB_BLANK_UNBLANK) in hp680bl_send_intensity()
|
D | ams369fg06.c | 404 if (power != FB_BLANK_UNBLANK && power != FB_BLANK_POWERDOWN && in ams369fg06_set_power() 502 ams369fg06_power(lcd, FB_BLANK_UNBLANK); in ams369fg06_probe() 504 lcd->power = FB_BLANK_UNBLANK; in ams369fg06_probe() 542 return ams369fg06_power(lcd, FB_BLANK_UNBLANK); in ams369fg06_resume()
|
D | lv5207lp.c | 54 if (backlight->props.power != FB_BLANK_UNBLANK || in lv5207lp_backlight_update_status() 55 backlight->props.fb_blank != FB_BLANK_UNBLANK || in lv5207lp_backlight_update_status()
|
D | da903x_bl.c | 85 if (bl->props.power != FB_BLANK_UNBLANK) in da903x_backlight_update_status() 88 if (bl->props.fb_blank != FB_BLANK_UNBLANK) in da903x_backlight_update_status()
|
D | gpio_backlight.c | 36 if (bl->props.power != FB_BLANK_UNBLANK || in gpio_backlight_update_status() 37 bl->props.fb_blank != FB_BLANK_UNBLANK || in gpio_backlight_update_status()
|
D | bd6107.c | 89 if (backlight->props.power != FB_BLANK_UNBLANK || in bd6107_backlight_update_status() 90 backlight->props.fb_blank != FB_BLANK_UNBLANK || in bd6107_backlight_update_status()
|
D | wm831x_bl.c | 99 if (bl->props.power != FB_BLANK_UNBLANK) in wm831x_backlight_update_status() 102 if (bl->props.fb_blank != FB_BLANK_UNBLANK) in wm831x_backlight_update_status()
|
D | locomolcd.c | 116 if (bd->props.power != FB_BLANK_UNBLANK) in locomolcd_set_intensity() 118 if (bd->props.fb_blank != FB_BLANK_UNBLANK) in locomolcd_set_intensity()
|
D | ld9040.c | 629 if (power != FB_BLANK_UNBLANK && power != FB_BLANK_POWERDOWN && in ld9040_set_power() 744 ld9040_power(lcd, FB_BLANK_UNBLANK); in ld9040_probe() 746 lcd->power = FB_BLANK_UNBLANK; in ld9040_probe() 783 return ld9040_power(lcd, FB_BLANK_UNBLANK); in ld9040_resume()
|
D | max8925_bl.c | 72 if (bl->props.power != FB_BLANK_UNBLANK) in max8925_backlight_update_status() 75 if (bl->props.fb_blank != FB_BLANK_UNBLANK) in max8925_backlight_update_status()
|
D | aat2870_bl.c | 86 if ((bd->props.power != FB_BLANK_UNBLANK) || in aat2870_bl_update_status() 184 bd->props.power = FB_BLANK_UNBLANK; in aat2870_bl_probe()
|
D | s6e63m0.c | 584 if (power != FB_BLANK_UNBLANK && power != FB_BLANK_POWERDOWN && in s6e63m0_set_power() 785 s6e63m0_power(lcd, FB_BLANK_UNBLANK); in s6e63m0_probe() 787 lcd->power = FB_BLANK_UNBLANK; in s6e63m0_probe() 828 return s6e63m0_power(lcd, FB_BLANK_UNBLANK); in s6e63m0_resume()
|
D | tps65217_bl.c | 85 if ((bl->props.power != FB_BLANK_UNBLANK) || in tps65217_bl_update_status() 86 (bl->props.fb_blank != FB_BLANK_UNBLANK)) in tps65217_bl_update_status()
|
D | l4f00242t03.c | 148 priv->lcd_state = FB_BLANK_UNBLANK; in l4f00242t03_lcd_power_set() 231 l4f00242t03_lcd_power_set(priv->ld, FB_BLANK_UNBLANK); in l4f00242t03_probe()
|
D | 88pm860x_bl.c | 129 if (bl->props.power != FB_BLANK_UNBLANK) in pm860x_backlight_update_status() 132 if (bl->props.fb_blank != FB_BLANK_UNBLANK) in pm860x_backlight_update_status()
|
D | ltv350qv.c | 252 ret = ltv350qv_power(lcd, FB_BLANK_UNBLANK); in ltv350qv_probe() 281 return ltv350qv_power(lcd, FB_BLANK_UNBLANK); in ltv350qv_resume()
|
D | ili9320.c | 247 ret = ili9320_power(ili, FB_BLANK_UNBLANK); in ili9320_probe_spi() 289 return ili9320_power(lcd, FB_BLANK_UNBLANK); in ili9320_resume()
|
D | backlight.c | 58 if (fb_blank == FB_BLANK_UNBLANK && in fb_notifier_callback() 63 bd->props.fb_blank = FB_BLANK_UNBLANK; in fb_notifier_callback() 66 } else if (fb_blank != FB_BLANK_UNBLANK && in fb_notifier_callback()
|
D | tdo24m.c | 396 err = tdo24m_power(lcd, FB_BLANK_UNBLANK); in tdo24m_probe() 423 return tdo24m_power(lcd, FB_BLANK_UNBLANK); in tdo24m_resume()
|
D | pandora_bl.c | 45 if (bl->props.power != FB_BLANK_UNBLANK) in pandora_backlight_update_status()
|
D | lm3533_bl.c | 48 if (bd->props.power != FB_BLANK_UNBLANK) in lm3533_bl_update_status() 50 if (bd->props.fb_blank != FB_BLANK_UNBLANK) in lm3533_bl_update_status()
|
D | pwm_bl.c | 98 if (bl->props.power != FB_BLANK_UNBLANK || in pwm_backlight_update_status() 99 bl->props.fb_blank != FB_BLANK_UNBLANK || in pwm_backlight_update_status()
|
D | tosa_bl.c | 117 data->bl->props.power = FB_BLANK_UNBLANK; in tosa_bl_probe()
|
D | as3711_bl.c | 119 if (bl->props.power != FB_BLANK_UNBLANK || in as3711_bl_update_status() 120 bl->props.fb_blank != FB_BLANK_UNBLANK || in as3711_bl_update_status()
|
D | adp5520_bl.c | 71 if (bl->props.power != FB_BLANK_UNBLANK) in adp5520_bl_update_status() 74 if (bl->props.fb_blank != FB_BLANK_UNBLANK) in adp5520_bl_update_status()
|
D | sky81452-backlight.c | 322 bd->props.power = FB_BLANK_UNBLANK; in sky81452_bl_remove()
|
D | adp8860_bl.c | 367 if (bl->props.power != FB_BLANK_UNBLANK) in adp8860_bl_update_status() 370 if (bl->props.fb_blank != FB_BLANK_UNBLANK) in adp8860_bl_update_status()
|
D | adp8870_bl.c | 405 if (bl->props.power != FB_BLANK_UNBLANK) in adp8870_bl_update_status() 408 if (bl->props.fb_blank != FB_BLANK_UNBLANK) in adp8870_bl_update_status()
|
D | ili922x.c | 525 ili922x_lcd_power(ili, FB_BLANK_UNBLANK); in ili922x_probe()
|
/linux-4.1.27/drivers/video/fbdev/nvidia/ |
D | nv_backlight.c | 60 if (bd->props.power != FB_BLANK_UNBLANK || in nvidia_bl_update_status() 61 bd->props.fb_blank != FB_BLANK_UNBLANK) in nvidia_bl_update_status() 124 bd->props.power = FB_BLANK_UNBLANK; in nvidia_bl_init()
|
D | nvidia.c | 946 case FB_BLANK_UNBLANK: in nvidiafb_blank() 1093 nvidiafb_blank(FB_BLANK_UNBLANK, info); in nvidiafb_resume()
|
/linux-4.1.27/drivers/video/fbdev/omap/ |
D | lcd_ams_delta.c | 47 if (power == FB_BLANK_UNBLANK) { in ams_delta_lcd_set_power() 78 return FB_BLANK_UNBLANK; in ams_delta_lcd_get_power() 192 ams_delta_lcd_set_power(lcd_device, FB_BLANK_UNBLANK); in ams_delta_panel_probe()
|
D | omapfb_main.c | 341 case FB_BLANK_UNBLANK: in omapfb_blank() 1861 omapfb_blank(FB_BLANK_UNBLANK, fbdev->fb_info[0]); in omapfb_resume()
|
/linux-4.1.27/drivers/macintosh/ |
D | via-pmu-backlight.c | 77 if (bd->props.power != FB_BLANK_UNBLANK || in __pmu_backlight_update_status() 78 bd->props.fb_blank != FB_BLANK_UNBLANK) in __pmu_backlight_update_status() 185 bd->props.power = FB_BLANK_UNBLANK; in pmu_backlight_init()
|
/linux-4.1.27/drivers/video/fbdev/aty/ |
D | radeon_backlight.c | 63 if (bd->props.power != FB_BLANK_UNBLANK || in radeon_bl_update_status() 64 bd->props.fb_blank != FB_BLANK_UNBLANK) in radeon_bl_update_status() 189 bd->props.power = FB_BLANK_UNBLANK; in radeonfb_bl_init()
|
D | aty128fb.c | 1325 aty128_bl_set_power(info, FB_BLANK_UNBLANK); in aty128_set_lcd_enable() 1803 if (bd->props.power != FB_BLANK_UNBLANK || in aty128_bl_update_status() 1804 bd->props.fb_blank != FB_BLANK_UNBLANK || in aty128_bl_update_status() 1899 bd->props.power = FB_BLANK_UNBLANK; in aty128_bl_init() 2257 case FB_BLANK_UNBLANK: in aty128fb_blank()
|
D | atyfb_base.c | 2093 atyfb_blank(FB_BLANK_UNBLANK, info); in atyfb_pci_suspend() 2157 atyfb_blank(FB_BLANK_UNBLANK, info); in atyfb_pci_resume() 2195 if (bd->props.power != FB_BLANK_UNBLANK || in aty_bl_update_status() 2196 bd->props.fb_blank != FB_BLANK_UNBLANK) in aty_bl_update_status() 2249 bd->props.power = FB_BLANK_UNBLANK; in aty_bl_init() 2839 case FB_BLANK_UNBLANK: in atyfb_blank()
|
D | radeon_base.c | 957 case FB_BLANK_UNBLANK: in radeon_screen_blank() 1401 radeon_screen_blank(rinfo, FB_BLANK_UNBLANK, 0); in radeon_write_mode()
|
D | radeon_pm.c | 2771 radeon_screen_blank(rinfo, FB_BLANK_UNBLANK, 1); in radeonfb_pci_resume()
|
/linux-4.1.27/drivers/gpu/drm/shmobile/ |
D | shmob_drm_backlight.c | 27 if (bdev->props.power != FB_BLANK_UNBLANK || in shmob_drm_backlight_update() 55 ? FB_BLANK_UNBLANK : FB_BLANK_POWERDOWN; in shmob_drm_backlight_dpms()
|
/linux-4.1.27/drivers/video/fbdev/omap2/displays-new/ |
D | panel-sony-acx565akm.c | 355 if (dev->props.fb_blank == FB_BLANK_UNBLANK && in acx565akm_bl_update_status() 356 dev->props.power == FB_BLANK_UNBLANK) in acx565akm_bl_update_status() 378 if (dev->props.fb_blank == FB_BLANK_UNBLANK && in acx565akm_bl_get_intensity() 379 dev->props.power == FB_BLANK_UNBLANK) { in acx565akm_bl_get_intensity() 814 props.fb_blank = FB_BLANK_UNBLANK; in acx565akm_probe() 815 props.power = FB_BLANK_UNBLANK; in acx565akm_probe()
|
D | panel-dsi-cm.c | 342 if (dev->props.fb_blank == FB_BLANK_UNBLANK && in dsicm_bl_update_status() 343 dev->props.power == FB_BLANK_UNBLANK) in dsicm_bl_update_status() 371 if (dev->props.fb_blank == FB_BLANK_UNBLANK && in dsicm_bl_get_intensity() 372 dev->props.power == FB_BLANK_UNBLANK) in dsicm_bl_get_intensity() 1310 bldev->props.fb_blank = FB_BLANK_UNBLANK; in dsicm_probe() 1311 bldev->props.power = FB_BLANK_UNBLANK; in dsicm_probe()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | mx3fb.c | 291 if (bl->props.power != FB_BLANK_UNBLANK) in mx3fb_bl_update_status() 293 if (bl->props.fb_blank != FB_BLANK_UNBLANK) in mx3fb_bl_update_status() 330 bl->props.power = FB_BLANK_UNBLANK; in mx3fb_init_backlight() 331 bl->props.fb_blank = FB_BLANK_UNBLANK; in mx3fb_init_backlight() 877 if (mx3_fbi->blank == FB_BLANK_UNBLANK) { in __set_par() 1088 if (blank > FB_BLANK_UNBLANK && was_blank > FB_BLANK_UNBLANK) in __blank() 1102 case FB_BLANK_UNBLANK: in __blank() 1285 if (mx3_fbi->blank == FB_BLANK_UNBLANK) { in mx3fb_suspend() 1301 if (mx3_fbi->blank == FB_BLANK_UNBLANK) { in mx3fb_resume() 1508 __blank(FB_BLANK_UNBLANK, fbi); in init_fb_chan()
|
D | bw2.c | 132 case FB_BLANK_UNBLANK: /* Unblanking */ in bw2_blank() 326 bw2_blank(FB_BLANK_UNBLANK, info); in bw2_probe()
|
D | p9100.c | 191 case FB_BLANK_UNBLANK: /* Unblanking */ in p9100_blank() 292 p9100_blank(FB_BLANK_UNBLANK, info); in p9100_probe()
|
D | atmel_lcdfb.c | 207 if (brightness < 0 && power == FB_BLANK_UNBLANK) in atmel_bl_update_status() 209 else if (power != FB_BLANK_UNBLANK) in atmel_bl_update_status() 241 sinfo->bl_power = FB_BLANK_UNBLANK; in init_backlight() 258 bl->props.power = FB_BLANK_UNBLANK; in init_backlight() 259 bl->props.fb_blank = FB_BLANK_UNBLANK; in init_backlight() 893 case FB_BLANK_UNBLANK: in atmel_lcdfb_blank()
|
D | clps711x-fb.c | 186 return FB_BLANK_UNBLANK; in clps711x_lcd_get_power() 194 if (blank == FB_BLANK_UNBLANK) { in clps711x_lcd_set_power()
|
D | cg3.c | 194 case FB_BLANK_UNBLANK: /* Unblanking */ in cg3_blank() 393 cg3_blank(FB_BLANK_UNBLANK, info); in cg3_probe()
|
D | tcx.c | 214 case FB_BLANK_UNBLANK: /* Unblanking */ in tcx_blank() 456 tcx_blank(FB_BLANK_UNBLANK, info); in tcx_probe()
|
D | sh7760fb.c | 81 if (blank == FB_BLANK_UNBLANK) { in sh7760fb_blank() 330 sh7760fb_blank(FB_BLANK_UNBLANK, info); /* panel on! */ in sh7760fb_set_par()
|
D | leo.c | 323 case FB_BLANK_UNBLANK: /* Unblanking */ in leo_blank() 609 leo_blank(FB_BLANK_UNBLANK, info); in leo_probe()
|
D | cobalt_lcdfb.c | 280 case FB_BLANK_UNBLANK: in cobalt_lcdfb_blank()
|
D | gxt4500.c | 571 case FB_BLANK_UNBLANK: in gxt4500_blank() 685 gxt4500_blank(FB_BLANK_UNBLANK, info); in gxt4500_probe()
|
D | goldfishfb.c | 162 case FB_BLANK_UNBLANK: in goldfish_fb_blank()
|
D | cg6.c | 527 case FB_BLANK_UNBLANK: /* Unblanking */ in cg6_blank() 799 cg6_blank(FB_BLANK_UNBLANK, info); in cg6_probe()
|
D | da8xx-fb.c | 1057 if (par->blank == FB_BLANK_UNBLANK) in lcd_da8xx_cpufreq_transition() 1193 case FB_BLANK_UNBLANK: in cfb_blank() 1641 if (par->blank == FB_BLANK_UNBLANK) { in fb_resume()
|
D | chipsfb.c | 397 pmac_backlight->props.power = FB_BLANK_UNBLANK; in chipsfb_pci_init()
|
D | xilinxfb.c | 231 case FB_BLANK_UNBLANK: in xilinx_fb_blank()
|
D | ffb.c | 687 case FB_BLANK_UNBLANK: /* Unblanking */ in ffb_blank() 987 ffb_blank(FB_BLANK_UNBLANK, info); in ffb_probe()
|
D | s3c2410fb.c | 581 if (blank_mode == FB_BLANK_UNBLANK) in s3c2410fb_blank() 1090 s3c2410fb_blank(FB_BLANK_UNBLANK, fbinfo); in s3c2410fb_resume()
|
D | wm8505fb.c | 240 case FB_BLANK_UNBLANK: in wm8505fb_blank()
|
D | valkyriefb.c | 207 case FB_BLANK_UNBLANK: /* unblank */ in valkyriefb_blank()
|
D | vt8500lcdfb.c | 241 case FB_BLANK_UNBLANK: in vt8500lcd_blank()
|
D | sh_mobile_lcdcfb.c | 1188 ch->bl->props.power = FB_BLANK_UNBLANK; in sh_mobile_lcdc_start() 2080 if (blank > FB_BLANK_UNBLANK && ch->blank_status == FB_BLANK_UNBLANK) { in sh_mobile_lcdc_blank() 2283 if (bdev->props.power != FB_BLANK_UNBLANK || in sh_mobile_lcdc_update_bl()
|
D | jz4740_fb.c | 525 case FB_BLANK_UNBLANK: in jzfb_blank()
|
D | udlfb.c | 308 wrptr = dlfb_blanking(wrptr, FB_BLANK_UNBLANK); in dlfb_set_video_mode() 315 dev->blank_mode = FB_BLANK_UNBLANK; in dlfb_set_video_mode()
|
D | s1d13xxxfb.c | 346 case FB_BLANK_UNBLANK: in s1d13xxxfb_blank()
|
D | pxa168fb.c | 522 fbi->is_blanked = (blank == FB_BLANK_UNBLANK) ? 0 : 1; in pxa168fb_blank()
|
D | sm501fb.c | 978 case FB_BLANK_UNBLANK: in sm501fb_blank_pnl() 1016 case FB_BLANK_UNBLANK: in sm501fb_blank_crt()
|
D | vt8623fb.c | 588 case FB_BLANK_UNBLANK: in vt8623fb_blank()
|
D | mxsfb.c | 583 case FB_BLANK_UNBLANK: in mxsfb_blank()
|
D | uvesafb.c | 1134 err = (blank == FB_BLANK_UNBLANK) ? 0 : -EINVAL; in uvesafb_blank() 1154 case FB_BLANK_UNBLANK: in uvesafb_blank()
|
D | imxfb.c | 534 case FB_BLANK_UNBLANK: in imxfb_blank()
|
D | sa1100fb.c | 552 case FB_BLANK_UNBLANK: in sa1100fb_blank()
|
D | cirrusfb.c | 1404 current_mode == FB_BLANK_UNBLANK) in cirrusfb_blank() 1415 case FB_BLANK_UNBLANK: in cirrusfb_blank()
|
D | pxafb.c | 586 case FB_BLANK_UNBLANK: in pxafb_blank() 737 fb_blank(&ofb->fbi->fb, FB_BLANK_UNBLANK); in overlayfb_open()
|
D | arkfb.c | 881 case FB_BLANK_UNBLANK: in arkfb_blank()
|
D | gbefb.c | 401 case FB_BLANK_UNBLANK: /* unblank */ in gbefb_blank()
|
D | vga16fb.c | 806 case FB_BLANK_UNBLANK: /* Unblank */ in vga16fb_blank()
|
D | i740fb.c | 960 case FB_BLANK_UNBLANK: in i740fb_blank()
|
D | pm3fb.c | 1177 case FB_BLANK_UNBLANK: in pm3fb_blank()
|
D | tgafb.c | 576 case FB_BLANK_UNBLANK: /* Unblanking */
|
D | s3fb.c | 992 case FB_BLANK_UNBLANK: in s3fb_blank()
|
D | au1200fb.c | 1206 case FB_BLANK_UNBLANK: in au1200fb_fb_blank()
|
D | s3c-fb.c | 825 case FB_BLANK_UNBLANK: in s3c_fb_blank()
|
D | neofb.c | 1332 case FB_BLANK_UNBLANK: /* unblank */ in neofb_blank()
|
D | tdfxfb.c | 815 case FB_BLANK_UNBLANK: /* Screen: On; HSync: On, VSync: On */ in tdfxfb_blank()
|
D | tridentfb.c | 1287 case FB_BLANK_UNBLANK: in tridentfb_blank()
|
D | pm2fb.c | 1010 case FB_BLANK_UNBLANK: in pm2fb_blank()
|
D | w100fb.c | 246 case FB_BLANK_UNBLANK: /* Unblanking */ in w100fb_blank()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-lcd | 7 - FB_BLANK_UNBLANK (0) : power on.
|
/linux-4.1.27/drivers/staging/fbtft/ |
D | fb_ssd1351.c | 203 on = (bd->props.power == FB_BLANK_UNBLANK) in update_onboard_backlight() 204 && (bd->props.fb_blank == FB_BLANK_UNBLANK); in update_onboard_backlight()
|
D | fb_watterott.c | 249 if (bd->props.power != FB_BLANK_UNBLANK) in backlight_chip_update_status() 252 if (bd->props.fb_blank != FB_BLANK_UNBLANK) in backlight_chip_update_status()
|
D | fbtft-core.c | 256 if ((bd->props.power == FB_BLANK_UNBLANK) && (bd->props.fb_blank == FB_BLANK_UNBLANK)) in fbtft_backlight_update_status() 615 case FB_BLANK_UNBLANK: in fbtft_fb_blank() 1007 fb_info->bl_dev->props.power = FB_BLANK_UNBLANK; in fbtft_register_framebuffer()
|
/linux-4.1.27/drivers/video/fbdev/exynos/ |
D | s6e8ax0.c | 37 #define POWER_IS_ON(pwr) ((pwr) == FB_BLANK_UNBLANK) 672 if (power != FB_BLANK_UNBLANK && power != FB_BLANK_POWERDOWN && in s6e8ax0_set_power() 678 if ((power == FB_BLANK_UNBLANK) && ops->set_blank_mode) { in s6e8ax0_set_power() 764 lcd->power = FB_BLANK_UNBLANK; in s6e8ax0_set_sequence()
|
D | exynos_mipi_dsi.c | 148 case FB_BLANK_UNBLANK: in exynos_mipi_dsi_blank_mode()
|
/linux-4.1.27/drivers/hid/ |
D | hid-picolcd_backlight.c | 45 hid_set_field(report->field[0], 0, data->lcd_power == FB_BLANK_UNBLANK ? data->lcd_brightness : 0); in picolcd_set_brightness()
|
/linux-4.1.27/drivers/staging/olpc_dcon/ |
D | olpc_dcon.c | 267 blank ? FB_BLANK_POWERDOWN : FB_BLANK_UNBLANK); in dcon_blank_fb() 524 if (dev->props.power != FB_BLANK_UNBLANK) in dcon_bl_update() 552 .power = FB_BLANK_UNBLANK,
|
/linux-4.1.27/drivers/video/fbdev/geode/ |
D | video_cs5530.c | 144 case FB_BLANK_UNBLANK: in cs5530_blank_display()
|
D | video_gx.c | 306 case FB_BLANK_UNBLANK: in gx_blank_display()
|
D | lxfb_ops.c | 533 case FB_BLANK_UNBLANK: in lx_blank_display()
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-class-backlight | 7 - FB_BLANK_UNBLANK (0) : power on.
|
/linux-4.1.27/drivers/video/fbdev/sis/ |
D | sis.h | 343 #ifndef FB_BLANK_UNBLANK 344 #define FB_BLANK_UNBLANK 0 macro
|
D | sis_main.c | 872 case FB_BLANK_UNBLANK: /* on */ in sisfb_myblank()
|
/linux-4.1.27/drivers/platform/x86/ |
D | eeepc-wmi.c | 251 driver->panel_power = FB_BLANK_UNBLANK; in eeepc_wmi_quirks()
|
D | intel_oaktrail.c | 266 bd->props.power = FB_BLANK_UNBLANK; in oaktrail_backlight_init()
|
D | asus-nb-wmi.c | 291 driver->panel_power = FB_BLANK_UNBLANK; in asus_nb_wmi_quirks()
|
D | ideapad-laptop.c | 725 blightdev->props.power = power ? FB_BLANK_UNBLANK : FB_BLANK_POWERDOWN; in ideapad_backlight_init() 746 blightdev->props.power = power ? FB_BLANK_UNBLANK : FB_BLANK_POWERDOWN; in ideapad_backlight_notify_power()
|
D | acer-wmi.c | 1405 if (bd->props.power != FB_BLANK_UNBLANK) in update_bl_status() 1407 if (bd->props.fb_blank != FB_BLANK_UNBLANK) in update_bl_status() 1438 bd->props.power = FB_BLANK_UNBLANK; in acer_backlight_init()
|
D | asus-wmi.c | 1159 return ret ? FB_BLANK_UNBLANK : FB_BLANK_POWERDOWN; in read_backlight_power() 1220 ctrl_param = !!(bd->props.power == FB_BLANK_UNBLANK); in update_bl_status() 1280 power = FB_BLANK_UNBLANK; in asus_wmi_backlight_init()
|
D | compal-laptop.c | 338 set_backlight_state((b->props.power == FB_BLANK_UNBLANK) in bl_update_status()
|
D | samsung-laptop.c | 571 if (bd->props.power == FB_BLANK_UNBLANK) in update_status() 1209 samsung->backlight_device->props.power = FB_BLANK_UNBLANK; in samsung_backlight_init()
|
D | fujitsu-laptop.c | 1145 fujitsu->bl_device->props.power = FB_BLANK_UNBLANK; in fujitsu_init()
|
D | eeepc-laptop.c | 1169 bd->props.power = FB_BLANK_UNBLANK; in eeepc_backlight_init()
|
D | asus-laptop.c | 839 bd->props.power = FB_BLANK_UNBLANK; in asus_backlight_init()
|
D | thinkpad_acpi.c | 6301 (bd->props.fb_blank == FB_BLANK_UNBLANK && in brightness_update_status() 6302 bd->props.power == FB_BLANK_UNBLANK) ? in brightness_update_status()
|
/linux-4.1.27/drivers/staging/sm750fb/ |
D | sm750_hw.c | 438 case FB_BLANK_UNBLANK: in hw_sm750le_setBLANK() 495 case FB_BLANK_UNBLANK: in hw_sm750_setBLANK()
|
/linux-4.1.27/include/uapi/linux/ |
D | fb.h | 303 FB_BLANK_UNBLANK = VESA_NO_BLANKING, enumerator
|
/linux-4.1.27/drivers/video/fbdev/riva/ |
D | fbdev.c | 306 if (bd->props.power != FB_BLANK_UNBLANK || in riva_bl_update_status() 307 bd->props.fb_blank != FB_BLANK_UNBLANK) in riva_bl_update_status() 364 bd->props.power = FB_BLANK_UNBLANK; in riva_bl_init() 825 rivafb_blank(FB_BLANK_UNBLANK, info); in riva_load_video_mode() 1263 case FB_BLANK_UNBLANK: in rivafb_blank()
|
/linux-4.1.27/drivers/media/platform/vivid/ |
D | vivid-osd.c | 248 case FB_BLANK_UNBLANK: in vivid_fb_blank()
|
/linux-4.1.27/drivers/gpu/drm/panel/ |
D | panel-sharp-lq101r1sx01.c | 267 sharp->backlight->props.power = FB_BLANK_UNBLANK; in sharp_panel_enable()
|
D | panel-simple.c | 223 p->backlight->props.power = FB_BLANK_UNBLANK; in panel_simple_enable()
|
/linux-4.1.27/drivers/gpu/drm/tilcdc/ |
D | tilcdc_panel.c | 64 FB_BLANK_UNBLANK : FB_BLANK_POWERDOWN; in panel_encoder_dpms()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_panel.c | 986 panel->backlight.device->props.power = FB_BLANK_UNBLANK; in intel_panel_enable_backlight() 1012 bool enable = bd->props.power == FB_BLANK_UNBLANK && in intel_backlight_device_update_status() 1075 props.power = FB_BLANK_UNBLANK; in intel_backlight_device_register()
|
/linux-4.1.27/drivers/gpu/drm/bridge/ |
D | ps8622.c | 344 if (bl->props.power != FB_BLANK_UNBLANK || in ps8622_backlight_update()
|
/linux-4.1.27/drivers/video/fbdev/vermilion/ |
D | vermilion.c | 517 vinfo->cur_blank_mode = FB_BLANK_UNBLANK; in vml_pci_probe() 904 case FB_BLANK_UNBLANK: in vmlfb_blank_locked()
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
D | ivtvfb.c | 923 case FB_BLANK_UNBLANK: in ivtvfb_blank() 1234 ivtvfb_blank(FB_BLANK_UNBLANK, &itv->osd_info->ivtvfb_info); in ivtvfb_init_card()
|
/linux-4.1.27/drivers/video/fbdev/savage/ |
D | savagefb_driver.c | 1570 case FB_BLANK_UNBLANK: in savagefb_blank() 1591 case FB_BLANK_UNBLANK: in savagefb_blank() 2436 savagefb_blank(FB_BLANK_UNBLANK, info); in savagefb_resume()
|
/linux-4.1.27/drivers/video/fbdev/mmp/fb/ |
D | mmpfb.c | 465 mmpfb_power(fbi, (blank == FB_BLANK_UNBLANK)); in mmpfb_blank()
|
/linux-4.1.27/drivers/video/fbdev/mbx/ |
D | mbxfb.c | 326 case FB_BLANK_UNBLANK: in mbxfb_blank()
|
/linux-4.1.27/drivers/staging/sm7xxfb/ |
D | sm7xxfb.c | 174 case FB_BLANK_UNBLANK: in smtc_blank()
|
/linux-4.1.27/drivers/video/fbdev/mb862xx/ |
D | mb862xxfbdrv.c | 300 case FB_BLANK_UNBLANK: in mb862xxfb_blank()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | traps.c | 103 props->power = FB_BLANK_UNBLANK; in pmac_backlight_unblank()
|
/linux-4.1.27/drivers/video/fbdev/intelfb/ |
D | intelfbdrv.c | 1397 intelfb_blank(FB_BLANK_UNBLANK, info); in intelfb_set_par()
|
D | intelfbhw.c | 451 case FB_BLANK_UNBLANK: in intelfbhw_do_blank()
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_fb_helper.c | 549 case FB_BLANK_UNBLANK: in drm_fb_helper_blank()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_legacy_encoders.c | 440 bd->props.power = FB_BLANK_UNBLANK; in radeon_legacy_backlight_init()
|
D | atombios_encoders.c | 236 bd->props.power = FB_BLANK_UNBLANK; in radeon_atom_backlight_init()
|
/linux-4.1.27/drivers/video/console/ |
D | fbcon.c | 2231 ops->blank_state != FB_BLANK_UNBLANK) in fbcon_switch() 2354 ops->blank_state != FB_BLANK_UNBLANK) in fbcon_blank()
|
/linux-4.1.27/drivers/video/fbdev/via/ |
D | viafbdev.c | 369 case FB_BLANK_UNBLANK: in viafb_blank()
|
/linux-4.1.27/drivers/video/fbdev/i810/ |
D | i810_main.c | 1397 case FB_BLANK_UNBLANK: in i810fb_blank()
|
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-main.c | 1243 case FB_BLANK_UNBLANK: in omapfb_blank()
|