Home
last modified time | relevance | path

Searched defs:mmc_command (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/include/linux/mmc/
Dcore.h18 struct mmc_command { struct
19 u32 opcode;
20 u32 arg;
21 u32 resp[4];
22 unsigned int flags; /* expected response type */
78 unsigned int retries; /* max number of retries */
79 unsigned int error; /* command error */
115 struct mmc_command *stop; /* stop command */ argument