Home
last modified time | relevance | path

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

/development/ndk/platforms/android-L/include/linux/hsi/
Dhsi_char.h22 #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/
Domapfb.h25 #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/
Dsgiarcs.h182 enum linux_devtypes dtype; member