Home
last modified time | relevance | path

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

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