Searched refs:S3CFB_SET_VSYNC_INT (Results 1 – 3 of 3) sorted by relevance
/device/amlogic/yukawa/hal/gralloc/ |
D | gralloc_vsync_s3cfb.cpp | 26 #define S3CFB_SET_VSYNC_INT _IOW('F', 206, unsigned int) macro 33 if (ioctl(m->framebuffer->fd, S3CFB_SET_VSYNC_INT, &interrupt) < 0) in gralloc_vsync_enable() 46 if (ioctl(m->framebuffer->fd, S3CFB_SET_VSYNC_INT, &interrupt) < 0) in gralloc_vsync_disable()
|
/device/linaro/hikey/gralloc960/ |
D | gralloc_vsync_s3cfb.cpp | 26 #define S3CFB_SET_VSYNC_INT _IOW('F', 206, unsigned int) macro 33 if (ioctl(m->framebuffer->fd, S3CFB_SET_VSYNC_INT, &interrupt) < 0) in gralloc_vsync_enable() 46 if (ioctl(m->framebuffer->fd, S3CFB_SET_VSYNC_INT, &interrupt) < 0) in gralloc_vsync_disable()
|
/device/linaro/hikey/gralloc/ |
D | framebuffer_device.cpp | 95 #define S3CFB_SET_VSYNC_INT _IOW('F', 206, unsigned int) in fb_post() macro 109 if (ioctl(m->framebuffer->fd, S3CFB_SET_VSYNC_INT, &interrupt) < 0) in fb_post() 136 if (ioctl(m->framebuffer->fd, S3CFB_SET_VSYNC_INT, &interrupt) < 0) in fb_post()
|