Searched defs:_IOR (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/rust/kernel/ |
H A D | ioctl.rs | 33 pub const fn _IOR<T>(ty: u32, nr: u32) -> u32 { in _IOR() function
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | ioctl.h | 49 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | ioctl.h | 46 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | ioctl.h | 86 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) macro
|
/openbmc/u-boot/include/asm-generic/ |
H A D | ioctl.h | 84 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) macro
|