Searched refs:dtype (Results 1 – 4 of 4) sorted by relevance
/hardware/ti/omap4-aah/kernel-headers/linux/ |
D | omapfb.h | 25 #define OMAP_IOW(num, dtype) _IOW('O', num, dtype) argument 26 #define OMAP_IOR(num, dtype) _IOR('O', num, dtype) argument 27 #define OMAP_IOWR(num, dtype) _IOWR('O', num, dtype) argument
|
/hardware/ti/omap4xxx/kernel-headers/linux/ |
D | omapfb.h | 25 #define OMAP_IOW(num, dtype) _IOW('O', num, dtype) argument 26 #define OMAP_IOR(num, dtype) _IOR('O', num, dtype) argument 27 #define OMAP_IOWR(num, dtype) _IOWR('O', num, dtype) argument
|
/hardware/ti/omap4-aah/original-kernel-headers/linux/ |
D | omapfb.h | 33 #define OMAP_IOW(num, dtype) _IOW('O', num, dtype) argument 34 #define OMAP_IOR(num, dtype) _IOR('O', num, dtype) argument 35 #define OMAP_IOWR(num, dtype) _IOWR('O', num, dtype) argument
|
/hardware/ti/omap4xxx/original-kernel-headers/linux/ |
D | omapfb.h | 33 #define OMAP_IOW(num, dtype) _IOW('O', num, dtype) argument 34 #define OMAP_IOR(num, dtype) _IOR('O', num, dtype) argument 35 #define OMAP_IOWR(num, dtype) _IOWR('O', num, dtype) argument
|