Searched defs:mmc_ioc_cmd (Results 1 – 1 of 1) sorted by relevance
3 struct mmc_ioc_cmd { struct5 int write_flag;8 int is_acmd;10 __u32 opcode;11 __u32 arg;12 __u32 response[4]; /* CMD response */13 unsigned int flags;14 unsigned int blksz;15 unsigned int blocks;45 #define MMC_IOC_CMD _IOWR(MMC_BLOCK_MAJOR, 0, struct mmc_ioc_cmd) argument