Searched defs:_IO (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/rust/kernel/ |
H A D | ioctl.rs | 27 pub const fn _IO(ty: u32, nr: u32) -> u32 { in _IO() function
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | ioctl.h | 48 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | ioctl.h | 45 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | ioctl.h | 85 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) macro
|
/openbmc/u-boot/include/asm-generic/ |
H A D | ioctl.h | 83 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) macro
|