Searched refs:RIO_MPORT_DRV_MAGIC (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | rio_mport_cdev.h | 227 #define RIO_MPORT_DRV_MAGIC 'm' macro 230 _IOW(RIO_MPORT_DRV_MAGIC, 1, __u16) 232 _IOW(RIO_MPORT_DRV_MAGIC, 2, __u32) 234 _IOR(RIO_MPORT_DRV_MAGIC, 3, __u32) 254 _IOW(RIO_MPORT_DRV_MAGIC, 13, __u32) 256 _IOR(RIO_MPORT_DRV_MAGIC, 14, __u32) 258 _IOWR(RIO_MPORT_DRV_MAGIC, 15, struct rio_mmap) 260 _IOW(RIO_MPORT_DRV_MAGIC, 16, struct rio_mmap) 262 _IOWR(RIO_MPORT_DRV_MAGIC, 17, struct rio_mmap) 264 _IOW(RIO_MPORT_DRV_MAGIC, 18, __u64) [all …]
|