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