Searched refs:hdmi_fb_fd (Results 1 – 2 of 2) sorted by relevance
133 int hdmi_fb_fd; /* file descriptor for /dev/fb1 */ member1687 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()
170 int hdmi_fb_fd; /* file descriptor for /dev/fb1 */ member2243 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()