Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mmc/
Dcore.h18 struct mmc_command { struct
19 u32 opcode;
20 u32 arg;
24 u32 resp[4];
25 unsigned int flags; /* expected response type */
81 unsigned int retries; /* max number of retries */
82 int error; /* command error */
120 struct mmc_command *stop; /* stop command */ argument