Home
last modified time | relevance | path

Searched defs:dtype (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/security/securityPatch/CVE-2016-8448/
Dmtkfb.h36 #define MTK_IOW(num, dtype) _IOW('O', num, dtype) argument
37 #define MTK_IOR(num, dtype) _IOR('O', num, dtype) argument
38 #define MTK_IOWR(num, dtype) _IOWR('O', num, dtype) argument