Searched refs:RIO_MPORT_DRV_MAGIC (Results 1 – 1 of 1) sorted by relevance
/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) 236 _IOR(RIO_MPORT_DRV_MAGIC, 4, struct rio_mport_properties) 238 _IOR(RIO_MPORT_DRV_MAGIC, 5, struct rio_mport_maint_io) 240 _IOW(RIO_MPORT_DRV_MAGIC, 6, struct rio_mport_maint_io) 242 _IOR(RIO_MPORT_DRV_MAGIC, 7, struct rio_mport_maint_io) 244 _IOW(RIO_MPORT_DRV_MAGIC, 8, struct rio_mport_maint_io) 246 _IOW(RIO_MPORT_DRV_MAGIC, 9, struct rio_doorbell_filter) [all …]
|