Lines Matching refs:mrq
55 struct mmc_request mrq = {}; in mmc_wait_for_app_cmd() local
73 memset(&mrq, 0, sizeof(struct mmc_request)); in mmc_wait_for_app_cmd()
78 mrq.cmd = cmd; in mmc_wait_for_app_cmd()
81 mmc_wait_for_req(host, &mrq); in mmc_wait_for_app_cmd()
259 struct mmc_request mrq = {}; in mmc_app_send_scr() local
278 mrq.cmd = &cmd; in mmc_app_send_scr()
279 mrq.data = &data; in mmc_app_send_scr()
295 mmc_wait_for_req(card->host, &mrq); in mmc_app_send_scr()
330 struct mmc_request mrq = {}; in mmc_app_sd_status() local
341 mrq.cmd = &cmd; in mmc_app_sd_status()
342 mrq.data = &data; in mmc_app_sd_status()
358 mmc_wait_for_req(card->host, &mrq); in mmc_app_sd_status()