Lines Matching refs:mrq
71 struct mmc_request mrq = {}; in mmc_wait_for_app_cmd() local
95 memset(&mrq, 0, sizeof(struct mmc_request)); in mmc_wait_for_app_cmd()
100 mrq.cmd = cmd; in mmc_wait_for_app_cmd()
103 mmc_wait_for_req(host, &mrq); in mmc_wait_for_app_cmd()
238 struct mmc_request mrq = {}; in mmc_app_send_scr() local
257 mrq.cmd = &cmd; in mmc_app_send_scr()
258 mrq.data = &data; in mmc_app_send_scr()
274 mmc_wait_for_req(card->host, &mrq); in mmc_app_send_scr()
292 struct mmc_request mrq = {}; in mmc_sd_switch() local
302 mrq.cmd = &cmd; in mmc_sd_switch()
303 mrq.data = &data; in mmc_sd_switch()
321 mmc_wait_for_req(card->host, &mrq); in mmc_sd_switch()
334 struct mmc_request mrq = {}; in mmc_app_sd_status() local
345 mrq.cmd = &cmd; in mmc_app_sd_status()
346 mrq.data = &data; in mmc_app_sd_status()
362 mmc_wait_for_req(card->host, &mrq); in mmc_app_sd_status()