Searched refs:rio_mport_maint_io (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | rio_mport_cdev.h | 46 struct rio_mport_maint_io { struct 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)
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | rio_mport_cdev.h | 46 struct rio_mport_maint_io { struct 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)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | rio_mport_cdev.h | 23 struct rio_mport_maint_io { struct 153 #define RIO_MPORT_MAINT_READ_LOCAL _IOR(RIO_MPORT_DRV_MAGIC, 5, struct rio_mport_maint_io) 154 #define RIO_MPORT_MAINT_WRITE_LOCAL _IOW(RIO_MPORT_DRV_MAGIC, 6, struct rio_mport_maint_io) 155 #define RIO_MPORT_MAINT_READ_REMOTE _IOR(RIO_MPORT_DRV_MAGIC, 7, struct rio_mport_maint_io) 156 #define RIO_MPORT_MAINT_WRITE_REMOTE _IOW(RIO_MPORT_DRV_MAGIC, 8, struct rio_mport_maint_io)
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | rio_mport_cdev.h | 10 struct rio_mport_maint_io { struct 145 _IOR(RIO_MPORT_DRV_MAGIC, 5, struct rio_mport_maint_io) 147 _IOW(RIO_MPORT_DRV_MAGIC, 6, struct rio_mport_maint_io) 149 _IOR(RIO_MPORT_DRV_MAGIC, 7, struct rio_mport_maint_io) 151 _IOW(RIO_MPORT_DRV_MAGIC, 8, struct rio_mport_maint_io)
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | rio_mport_cdev.h | 23 struct rio_mport_maint_io { struct 153 #define RIO_MPORT_MAINT_READ_LOCAL _IOR(RIO_MPORT_DRV_MAGIC, 5, struct rio_mport_maint_io) 154 #define RIO_MPORT_MAINT_WRITE_LOCAL _IOW(RIO_MPORT_DRV_MAGIC, 6, struct rio_mport_maint_io) 155 #define RIO_MPORT_MAINT_READ_REMOTE _IOR(RIO_MPORT_DRV_MAGIC, 7, struct rio_mport_maint_io) 156 #define RIO_MPORT_MAINT_WRITE_REMOTE _IOW(RIO_MPORT_DRV_MAGIC, 8, struct rio_mport_maint_io)
|
/kernel/linux/linux-5.10/drivers/rapidio/devices/ |
H A D | rio_mport_cdev.c | 262 struct rio_mport_maint_io maint_io; in rio_mport_maint_rd() 307 struct rio_mport_maint_io maint_io; in rio_mport_maint_wr()
|
/kernel/linux/linux-6.6/drivers/rapidio/devices/ |
H A D | rio_mport_cdev.c | 262 struct rio_mport_maint_io maint_io; in rio_mport_maint_rd() 307 struct rio_mport_maint_io maint_io; in rio_mport_maint_wr()
|
Completed in 11 milliseconds