Lines Matching refs:dsscomp_fd
132 int dsscomp_fd; /* file descriptor for /dev/dsscomp */ member
847 int ret = ioctl(hwc_dev->dsscomp_fd, DSSCIOC_QUERY_DISPLAY, &d); in omap4_hwc_set_best_hdmi_mode()
925 ioctl(hwc_dev->dsscomp_fd, DSSCIOC_SETUP_DISPLAY, &sdis); in omap4_hwc_set_best_hdmi_mode()
1448 ret = ioctl(hwc_dev->dsscomp_fd, DSSCIOC_SETUP_DISPC, &d); in omap4_hwc_reset_screen()
1685 if (hwc_dev->dsscomp_fd >= 0) in omap4_hwc_device_close()
1686 close(hwc_dev->dsscomp_fd); in omap4_hwc_device_close()
2009 hwc_dev->dsscomp_fd = open("/dev/dsscomp", O_RDWR); in omap4_hwc_device_open()
2010 if (hwc_dev->dsscomp_fd < 0) { in omap4_hwc_device_open()
2051 int ret = ioctl(hwc_dev->dsscomp_fd, DSSCIOC_QUERY_DISPLAY, &hwc_dev->fb_dis); in omap4_hwc_device_open()
2133 if (hwc_dev->dsscomp_fd >= 0) in omap4_hwc_device_open()
2134 close(hwc_dev->dsscomp_fd); in omap4_hwc_device_open()