Lines Matching defs:mrq
82 struct mmc_request *mrq) in mmc_should_fail_request()
106 struct mmc_request *mrq) in mmc_should_fail_request()
112 static inline void mmc_complete_cmd(struct mmc_request *mrq) in mmc_complete_cmd()
118 void mmc_command_done(struct mmc_host *host, struct mmc_request *mrq) in mmc_command_done()
138 void mmc_request_done(struct mmc_host *host, struct mmc_request *mrq) in mmc_request_done()
215 static void __mmc_start_request(struct mmc_host *host, struct mmc_request *mrq) in __mmc_start_request()
263 static void mmc_mrq_pr_debug(struct mmc_host *host, struct mmc_request *mrq, in mmc_mrq_pr_debug()
297 static int mmc_mrq_prep(struct mmc_host *host, struct mmc_request *mrq) in mmc_mrq_prep()
334 int mmc_start_request(struct mmc_host *host, struct mmc_request *mrq) in mmc_start_request()
366 static void mmc_wait_done(struct mmc_request *mrq) in mmc_wait_done()
383 static int __mmc_start_req(struct mmc_host *host, struct mmc_request *mrq) in __mmc_start_req()
402 void mmc_wait_for_req_done(struct mmc_host *host, struct mmc_request *mrq) in mmc_wait_for_req_done()
436 int mmc_cqe_start_req(struct mmc_host *host, struct mmc_request *mrq) in mmc_cqe_start_req()
489 void mmc_cqe_request_done(struct mmc_host *host, struct mmc_request *mrq) in mmc_cqe_request_done()
523 void mmc_cqe_post_req(struct mmc_host *host, struct mmc_request *mrq) in mmc_cqe_post_req()
595 bool mmc_is_req_done(struct mmc_host *host, struct mmc_request *mrq) in mmc_is_req_done()
613 void mmc_wait_for_req(struct mmc_host *host, struct mmc_request *mrq) in mmc_wait_for_req()
634 struct mmc_request mrq = {}; in mmc_wait_for_cmd() local