Lines Matching defs:mmc_ioc_cmd
8 struct mmc_ioc_cmd { struct
10 int write_flag;
13 int is_acmd;
15 __u32 opcode;
16 __u32 arg;
17 __u32 response[4]; /* CMD response */
18 unsigned int flags;
19 unsigned int blksz;
20 unsigned int blocks;
48 #define mmc_ioc_cmd_set_data(ic, ptr) ic.data_ptr = (__u64)(unsigned long) ptr argument
58 struct mmc_ioc_cmd cmds[0]; argument