Searched refs:FB_BLANK_UNBLANK (Results 1 – 16 of 16) sorted by relevance
/device/board/isoftstone/yangfan/kernel/src/driv/input/touchscreen/ |
D | tp_suspend.h | 46 case FB_BLANK_UNBLANK: in fb_notifier_callback() 47 if (tp->status != FB_BLANK_UNBLANK) { in fb_notifier_callback() 53 if (tp->status == FB_BLANK_UNBLANK) { in fb_notifier_callback() 96 tp->status = FB_BLANK_UNBLANK; in tp_register_fb()
|
/device/board/isoftstone/yangfan/kernel/src/driv/gpu/rockchip/ |
D | rockchip_drm_backlight.c | 354 if (backlight->props.power != FB_BLANK_UNBLANK || in rockchip_drm_backlight_update_status() 355 backlight->props.fb_blank != FB_BLANK_UNBLANK || in rockchip_drm_backlight_update_status() 423 int initial_blank = FB_BLANK_UNBLANK; in rockchip_drm_backlight_probe()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
D | drm_display.cpp | 111 const uint32_t FB_BLANK_UNBLANK = 0; /* screen: unblanked, hsync: on, vsync: on */ in SetDisplayPowerStatus() local 129 err = ioctl(fb_fd, FBIOBLANK, FB_BLANK_UNBLANK); in SetDisplayPowerStatus()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
D | drm_display.cpp | 111 const uint32_t FB_BLANK_UNBLANK = 0; /* screen: unblanked, hsync: on, vsync: on */ in SetDisplayPowerStatus() local 129 err = ioctl(fb_fd, FBIOBLANK, FB_BLANK_UNBLANK); in SetDisplayPowerStatus()
|
/device/soc/rockchip/common/hardware/display/src/display_device/ |
D | drm_display.cpp | 112 … const uint32_t FB_BLANK_UNBLANK = 0; /* screen: unblanked, hsync: on, vsync: on */ in SetDisplayPowerStatus() local 130 err = ioctl(fb_fd, FBIOBLANK, FB_BLANK_UNBLANK); in SetDisplayPowerStatus()
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
D | drm_display.cpp | 108 const uint32_t FB_BLANK_UNBLANK = 0; /* screen: unblanked, hsync: on, vsync: on */ in SetDisplayPowerStatus() local 126 err = ioctl(fb_fd, FBIOBLANK, FB_BLANK_UNBLANK); in SetDisplayPowerStatus()
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
D | drm_display.cpp | 111 const uint32_t FB_BLANK_UNBLANK = 0; /* screen: unblanked, hsync: on, vsync: on */ in SetDisplayPowerStatus() local 129 err = ioctl(fb_fd, FBIOBLANK, FB_BLANK_UNBLANK); in SetDisplayPowerStatus()
|
/device/soc/rockchip/common/sdk_linux/drivers/video/backlight/ |
D | pwm_bl.c | 449 return FB_BLANK_UNBLANK; in pwm_backlight_initial_power_state() 458 return active ? FB_BLANK_UNBLANK : FB_BLANK_POWERDOWN; in pwm_backlight_initial_power_state()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/drm/sunxi_device/ |
D | sunxi_backlight.c | 640 props.power = FB_BLANK_UNBLANK; in sunxi_backlight_device_register()
|
/device/soc/rockchip/common/vendor/drivers/net/ |
D | rfkill-wlan.c | 689 case FB_BLANK_UNBLANK: in rfkill_wlan_fb_event_notify()
|
/device/soc/rockchip/rk3588/kernel/net/rfkill/ |
D | rfkill-wlan.c | 720 case FB_BLANK_UNBLANK: in rfkill_wlan_fb_event_notify()
|
/device/board/isoftstone/yangfan/kernel/src/_net/ |
D | rfkill-wlan.c | 717 case FB_BLANK_UNBLANK: in rfkill_wlan_fb_event_notify()
|
/device/soc/rockchip/common/vendor/drivers/rockchip/ |
D | rockchip_system_monitor.c | 1553 case FB_BLANK_UNBLANK: in rockchip_monitor_fb_notifier()
|
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
D | rockchip_system_monitor.c | 1565 case FB_BLANK_UNBLANK: in rockchip_monitor_fb_notifier()
|
/device/board/isoftstone/yangfan/kernel/src/driv/soc/ |
D | rockchip_system_monitor.c | 1565 case FB_BLANK_UNBLANK: in rockchip_monitor_fb_notifier()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/lcd_fb/ |
D | disp_lcd.c | 1479 props.power = FB_BLANK_UNBLANK; in disp_lcd_backlight_register()
|