Lines Matching defs:mrq

85 				    struct mmc_request *mrq)  in mmc_should_fail_request()
109 struct mmc_request *mrq) in mmc_should_fail_request()
115 static inline void mmc_complete_cmd(struct mmc_request *mrq) in mmc_complete_cmd()
121 void mmc_command_done(struct mmc_host *host, struct mmc_request *mrq) in mmc_command_done()
141 void mmc_request_done(struct mmc_host *host, struct mmc_request *mrq) in mmc_request_done()
218 static void __mmc_start_request(struct mmc_host *host, struct mmc_request *mrq) in __mmc_start_request()
266 static void mmc_mrq_pr_debug(struct mmc_host *host, struct mmc_request *mrq, in mmc_mrq_pr_debug()
300 static int mmc_mrq_prep(struct mmc_host *host, struct mmc_request *mrq) in mmc_mrq_prep()
337 int mmc_start_request(struct mmc_host *host, struct mmc_request *mrq) in mmc_start_request()
363 static void mmc_wait_done(struct mmc_request *mrq) in mmc_wait_done()
380 static int __mmc_start_req(struct mmc_host *host, struct mmc_request *mrq) in __mmc_start_req()
399 void mmc_wait_for_req_done(struct mmc_host *host, struct mmc_request *mrq) in mmc_wait_for_req_done()
450 int mmc_cqe_start_req(struct mmc_host *host, struct mmc_request *mrq) in mmc_cqe_start_req()
500 void mmc_cqe_request_done(struct mmc_host *host, struct mmc_request *mrq) in mmc_cqe_request_done()
534 void mmc_cqe_post_req(struct mmc_host *host, struct mmc_request *mrq) in mmc_cqe_post_req()
603 bool mmc_is_req_done(struct mmc_host *host, struct mmc_request *mrq) in mmc_is_req_done()
621 void mmc_wait_for_req(struct mmc_host *host, struct mmc_request *mrq) in mmc_wait_for_req()
642 struct mmc_request mrq = {}; in mmc_wait_for_cmd() local