Searched defs:mmc_ioc_cmd (Results 1 – 4 of 4) sorted by relevance
6 struct mmc_ioc_cmd { struct8 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;48 #define MMC_IOC_CMD _IOWR(MMC_BLOCK_MAJOR, 0, struct mmc_ioc_cmd) argument
22 struct mmc_ioc_cmd { struct44 #define MMC_IOC_CMD _IOWR(MMC_BLOCK_MAJOR, 0, struct mmc_ioc_cmd) argument