Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/mmc/
Dcore.h14 struct mmc_command { struct
15 u32 opcode;
16 u32 arg;
19 u32 resp[4];
20 unsigned int flags; /* expected response type */
79 unsigned int retries; /* max number of retries */
80 int error; /* command error */
96 unsigned int busy_timeout; /* busy detect timeout in ms */
97 struct mmc_data *data; /* data segment associated with cmd */
121 struct mmc_command *stop; /* stop command */ argument