Home
last modified time | relevance | path

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

/linux-6.8/include/linux/mmc/
Dcore.h26 struct mmc_command { struct
27 u32 opcode;
28 u32 arg;
31 u32 resp[4];
32 unsigned int flags; /* expected response type */
91 unsigned int retries; /* max number of retries */
92 int error; /* command error */
108 unsigned int busy_timeout; /* busy detect timeout in ms */
109 struct mmc_data *data; /* data segment associated with cmd */
133 struct mmc_command *stop; /* stop command */ argument