Lines Matching refs:mmc_command
114 struct mmc_command *cmd; in dw_mci_req_show()
115 struct mmc_command *stop; in dw_mci_req_show()
232 static u32 dw_mci_prepare_command(struct mmc_host *mmc, struct mmc_command *cmd) in dw_mci_prepare_command()
305 static u32 dw_mci_prep_stop_abort(struct dw_mci *host, struct mmc_command *cmd) in dw_mci_prep_stop_abort()
307 struct mmc_command *stop; in dw_mci_prep_stop_abort()
315 memset(stop, 0, sizeof(struct mmc_command)); in dw_mci_prep_stop_abort()
367 struct mmc_command *cmd, u32 cmd_flags) in dw_mci_start_command()
383 struct mmc_command *stop = data->stop ? data->stop : &host->stop_abort; in send_stop_abort()
1146 struct mmc_command *cmd) in __dw_mci_start_request()
1213 struct mmc_command *cmd; in dw_mci_start_request()
1607 static int dw_mci_command_complete(struct dw_mci *host, struct mmc_command *cmd) in dw_mci_command_complete()
1707 struct mmc_command *cmd; in dw_mci_tasklet_func()