Lines Matching refs:mrq
71 struct mmc_request mrq = {NULL}; 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()
251 struct mmc_request mrq = {NULL}; in mmc_app_send_scr() local
274 mrq.cmd = &cmd; in mmc_app_send_scr()
275 mrq.data = &data; in mmc_app_send_scr()
291 mmc_wait_for_req(card->host, &mrq); in mmc_app_send_scr()
310 struct mmc_request mrq = {NULL}; in mmc_sd_switch() local
323 mrq.cmd = &cmd; in mmc_sd_switch()
324 mrq.data = &data; in mmc_sd_switch()
342 mmc_wait_for_req(card->host, &mrq); in mmc_sd_switch()
355 struct mmc_request mrq = {NULL}; in mmc_app_sd_status() local
370 mrq.cmd = &cmd; in mmc_app_sd_status()
371 mrq.data = &data; in mmc_app_sd_status()
387 mmc_wait_for_req(card->host, &mrq); in mmc_app_sd_status()