Home
last modified time | relevance | path

Searched defs:rio_transaction (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
Drio_mport_cdev.h202 struct rio_transaction { struct
203 __u64 block; /* Pointer to array of <count> transfers */
204 __u32 count; /* Number of transfers */
205 __u32 transfer_mode; /* Data transfer mode */
206 __u16 sync; /* Synch method, one of rio_transfer_sync enum */
207 __u16 dir; /* Transfer direction, one of rio_transfer_dir enum */
208 __u32 pad0;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Drio_mport_cdev.h128 struct rio_transaction { struct
129 __u64 block;
130 __u32 count;
131 __u32 transfer_mode;
132 __u16 sync;
133 __u16 dir;
134 __u32 pad0;
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Drio_mport_cdev.h115 struct rio_transaction { struct
116 __u64 block;
117 __u32 count;
118 __u32 transfer_mode;
119 __u16 sync;
120 __u16 dir;
121 __u32 pad0;