Lines Matching defs:mmc_ioc_cmd
7 struct mmc_ioc_cmd { struct
9 int write_flag;
12 int is_acmd;
14 __u32 opcode;
15 __u32 arg;
16 __u32 response[4]; /* CMD response */
17 unsigned int flags;
18 unsigned int blksz;
19 unsigned int blocks;
47 #define mmc_ioc_cmd_set_data(ic, ptr) ic.data_ptr = (__u64)(unsigned long) ptr argument
57 struct mmc_ioc_cmd cmds[0]; argument