Searched defs:hdmi_fb_fd (Results 1 - 2 of 2) sorted by relevance

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

Completed in 85 milliseconds