Searched refs:MTK_IOW (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/security/securityPatch/CVE-2016-8448/ |
D | mtkfb.h | 36 #define MTK_IOW(num, dtype) _IOW('O', num, dtype) macro 40 #define MTKFB_QUEUE_OVERLAY_CONFIG MTK_IOW(137, struct fb_overlay_config) 42 #define MTKFB_SET_OVERLAY_LAYER MTK_IOW(0, struct fb_overlay_layer) 44 #define MTKFB_SET_VIDEO_LAYERS MTK_IOW(2, struct fb_overlay_layer) 45 #define MTKFB_CAPTURE_FRAMEBUFFER MTK_IOW(3, unsigned long) 46 #define MTKFB_CONFIG_IMMEDIATE_UPDATE MTK_IOW(4, unsigned long) 47 #define MTKFB_SET_MULTIPLE_LAYERS MTK_IOW(5, struct fb_overlay_layer) 48 #define MTKFB_REGISTER_OVERLAYBUFFER MTK_IOW(6, struct fb_overlay_buffer_info) 49 #define MTKFB_UNREGISTER_OVERLAYBUFFER MTK_IOW(7, unsigned int) 50 #define MTKFB_SET_ORIENTATION MTK_IOW(8, unsigned long) [all …]
|