Searched refs:dsscomp_fd (Results 1 – 2 of 2) sorted by relevance
/hardware/ti/omap4xxx/hwc/ |
D | hwc.c | 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() [all …]
|
/hardware/ti/omap4-aah/hwc/ |
D | hwc.c | 169 int dsscomp_fd; /* file descriptor for /dev/dsscomp */ member 1045 int ret = ioctl(hwc_dev->dsscomp_fd, DSSCIOC_QUERY_DISPLAY, &d); in omap4_hwc_set_best_hdmi_mode() 1186 ioctl(hwc_dev->dsscomp_fd, DSSCIOC_SETUP_DISPLAY, &sdis); in omap4_hwc_set_best_hdmi_mode() 1951 ret = ioctl(hwc_dev->dsscomp_fd, DSSCIOC_SETUP_DISPC, &d); in omap4_hwc_reset_screen() 2241 if (hwc_dev->dsscomp_fd >= 0) in omap4_hwc_device_close() 2242 close(hwc_dev->dsscomp_fd); in omap4_hwc_device_close() 2290 int ret = ioctl(hwc_dev->dsscomp_fd, DSSCIOC_QUERY_DISPLAY, &hwc_dev->fb_dis); in set_primary_display_transform_matrix() 2736 hwc_dev->dsscomp_fd = open("/dev/dsscomp", O_RDWR); in omap4_hwc_device_open() 2737 if (hwc_dev->dsscomp_fd < 0) { in omap4_hwc_device_open() 2743 int ret = ioctl(hwc_dev->dsscomp_fd, DSSCIOC_QUERY_PLATFORM, &limits); in omap4_hwc_device_open() [all …]
|