Searched refs:msdc_do_command (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/staging/mt7621-mmc/ |
D | sd.c | 228 static unsigned int msdc_do_command(struct msdc_host *host, 534 (void)msdc_do_command(host, stop, 0, CMD_TIMEOUT); in msdc_abort_data() 937 static unsigned int msdc_do_command(struct msdc_host *host, in msdc_do_command() function 1082 if (msdc_do_command(host, cmd, 1, CMD_TIMEOUT) != 0) in msdc_do_request() 1148 if (msdc_do_command(host, data->stop, 0, CMD_TIMEOUT) != 0) in msdc_do_request() 1227 err = msdc_do_command(host, &cmd, 0, CMD_TIMEOUT); in msdc_app_cmd() 1268 result = msdc_do_command(host, cmd, 0, CMD_TIMEOUT); // not tune. in msdc_tune_cmdrsp() 1520 err = msdc_do_command(host, &cmd, 1, CMD_TIMEOUT); in msdc_get_card_status()
|