Searched refs:dtype (Results 1 – 3 of 3) sorted by relevance
/development/ndk/platforms/android-L/include/linux/hsi/ |
D | hsi_char.h | 22 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype) argument 24 #define HSC_IOR(num, dtype) _IOR(HSI_CHAR_MAGIC, num, dtype) argument 25 #define HSC_IOWR(num, dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype) argument
|
/development/ndk/platforms/android-L/include/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
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
D | sgiarcs.h | 182 enum linux_devtypes dtype; member
|