Lines Matching refs:mmc_command
116 struct mmc_command *cmd; in dw_mci_req_show()
117 struct mmc_command *stop; in dw_mci_req_show()
234 static u32 dw_mci_prepare_command(struct mmc_host *mmc, struct mmc_command *cmd) in dw_mci_prepare_command()
307 static u32 dw_mci_prep_stop_abort(struct dw_mci *host, struct mmc_command *cmd) in dw_mci_prep_stop_abort()
309 struct mmc_command *stop; in dw_mci_prep_stop_abort()
317 memset(stop, 0, sizeof(struct mmc_command)); in dw_mci_prep_stop_abort()
369 struct mmc_command *cmd, u32 cmd_flags) in dw_mci_start_command()
385 struct mmc_command *stop = data->stop ? data->stop : &host->stop_abort; in send_stop_abort()
1023 struct mmc_command *cmd) in __dw_mci_start_request()
1090 struct mmc_command *cmd; in dw_mci_start_request()
1486 static int dw_mci_command_complete(struct dw_mci *host, struct mmc_command *cmd) in dw_mci_command_complete()
1572 struct mmc_command *cmd; in dw_mci_tasklet_func()