Searched refs:FB_BLANK_UNBLANK (Results 1 - 10 of 10) sorted by relevance
/device/soc/rockchip/common/hardware/display/src/display_device/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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/rk3588/hardware/display/src/display_device/ |
H A 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/ |
H A 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/soc/rockchip/common/vendor/drivers/net/ |
H A D | rfkill-wlan.c | 689 case FB_BLANK_UNBLANK:
in rfkill_wlan_fb_event_notify()
|
/device/soc/rockchip/rk3588/kernel/net/rfkill/ |
H A D | rfkill-wlan.c | 720 case FB_BLANK_UNBLANK: in rfkill_wlan_fb_event_notify()
|
/device/soc/rockchip/common/vendor/drivers/rockchip/ |
H A D | rockchip_system_monitor.c | 1553 case FB_BLANK_UNBLANK:
in rockchip_monitor_fb_notifier()
|
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
H A D | rockchip_system_monitor.c | 1565 case FB_BLANK_UNBLANK: in rockchip_monitor_fb_notifier()
|
Completed in 10 milliseconds