Home
last modified time | relevance | path

Searched refs:hdmi_fb_fd (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/hwc/
Dhwc.c133 int hdmi_fb_fd; /* file descriptor for /dev/fb1 */ member
1687 if (hwc_dev->hdmi_fb_fd >= 0) in omap4_hwc_device_close()
1688 close(hwc_dev->hdmi_fb_fd); in omap4_hwc_device_close()
1770 ioctl(hwc_dev->hdmi_fb_fd, FBIOBLANK, FB_BLANK_UNBLANK); in handle_hotplug()
2016 hwc_dev->hdmi_fb_fd = open("/dev/graphics/fb1", O_RDWR); in omap4_hwc_device_open()
2017 if (hwc_dev->hdmi_fb_fd < 0) { in omap4_hwc_device_open()
2135 if (hwc_dev->hdmi_fb_fd >= 0) in omap4_hwc_device_open()
2136 close(hwc_dev->hdmi_fb_fd); in omap4_hwc_device_open()
/hardware/ti/omap4-aah/hwc/
Dhwc.c170 int hdmi_fb_fd; /* file descriptor for /dev/fb1 */ member
2243 if (hwc_dev->hdmi_fb_fd >= 0) in omap4_hwc_device_close()
2244 close(hwc_dev->hdmi_fb_fd); in omap4_hwc_device_close()
2386 ioctl(hwc_dev->hdmi_fb_fd, FBIOBLANK, FB_BLANK_UNBLANK); in handle_hotplug()
2809 hwc_dev->hdmi_fb_fd = open("/dev/graphics/fb1", O_RDWR); in omap4_hwc_device_open()
2810 if (hwc_dev->hdmi_fb_fd < 0) { in omap4_hwc_device_open()
2919 if (hwc_dev->hdmi_fb_fd >= 0) in omap4_hwc_device_open()
2920 close(hwc_dev->hdmi_fb_fd); in omap4_hwc_device_open()