Searched defs:mmc_ioc_cmd (Results 1 – 1 of 1) sorted by relevance
7 struct mmc_ioc_cmd { struct12 int write_flag;15 int is_acmd;17 __u32 opcode;18 __u32 arg;19 __u32 response[4]; /* CMD response */20 unsigned int flags;21 unsigned int blksz;22 unsigned int blocks;50 #define mmc_ioc_cmd_set_data(ic, ptr) ic.data_ptr = (__u64)(unsigned long) ptr argument[all …]