Home
last modified time | relevance | path

Searched defs:_IO (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/rust/kernel/
H A Dioctl.rs27 pub const fn _IO(ty: u32, nr: u32) -> u32 { in _IO() function
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dioctl.h48 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dioctl.h45 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) macro
/openbmc/linux/include/uapi/asm-generic/
H A Dioctl.h85 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) macro
/openbmc/u-boot/include/asm-generic/
H A Dioctl.h83 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) macro