Lines Matching refs:mrq
54 struct mmc_request mrq = {}; in mmc_wait_for_app_cmd() local
72 memset(&mrq, 0, sizeof(struct mmc_request)); in mmc_wait_for_app_cmd()
77 mrq.cmd = cmd; in mmc_wait_for_app_cmd()
80 mmc_wait_for_req(host, &mrq); in mmc_wait_for_app_cmd()
213 struct mmc_request mrq = {}; in mmc_app_send_scr() local
232 mrq.cmd = &cmd; in mmc_app_send_scr()
233 mrq.data = &data; in mmc_app_send_scr()
249 mmc_wait_for_req(card->host, &mrq); in mmc_app_send_scr()
267 struct mmc_request mrq = {}; in mmc_sd_switch() local
277 mrq.cmd = &cmd; in mmc_sd_switch()
278 mrq.data = &data; in mmc_sd_switch()
296 mmc_wait_for_req(card->host, &mrq); in mmc_sd_switch()
309 struct mmc_request mrq = {}; in mmc_app_sd_status() local
320 mrq.cmd = &cmd; in mmc_app_sd_status()
321 mrq.data = &data; in mmc_app_sd_status()
337 mmc_wait_for_req(card->host, &mrq); in mmc_app_sd_status()