Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Di2o-dev.h74 struct i2o_sw_xfer { struct
75 unsigned int iop; /* IOP unit number */
76 unsigned char flags; /* Flags field */
77 unsigned char sw_type; /* Software type */
78 unsigned int sw_id; /* Software ID */
79 void *buf; /* Pointer to software buffer */
80 unsigned int *swlen; /* Length of software data */
81 unsigned int *maxfrag; /* Maximum fragment count */
82 unsigned int *curfrag; /* Current fragment count */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Di2o-dev.h74 struct i2o_sw_xfer { struct
75 unsigned int iop; /* IOP unit number */
76 unsigned char flags; /* Flags field */
77 unsigned char sw_type; /* Software type */
78 unsigned int sw_id; /* Software ID */
79 void *buf; /* Pointer to software buffer */
80 unsigned int *swlen; /* Length of software data */
81 unsigned int *maxfrag; /* Maximum fragment count */
82 unsigned int *curfrag; /* Current fragment count */
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Di2o-dev.h74 struct i2o_sw_xfer { struct
75 unsigned int iop; /* IOP unit number */
76 unsigned char flags; /* Flags field */
77 unsigned char sw_type; /* Software type */
78 unsigned int sw_id; /* Software ID */
79 void __user *buf; /* Pointer to software buffer */
80 unsigned int __user *swlen; /* Length of software data */
81 unsigned int __user *maxfrag; /* Maximum fragment count */
82 unsigned int __user *curfrag; /* Current fragment count */