Lines Matching refs:mmc_request
369 struct mmc_request *mrq;
527 struct mmc_request *mrq, struct mmc_command *cmd);
605 static void msdc_prepare_data(struct msdc_host *host, struct mmc_request *mrq) in msdc_prepare_data()
616 static void msdc_unprepare_data(struct msdc_host *host, struct mmc_request *mrq) in msdc_unprepare_data()
794 struct mmc_request *mrq, struct mmc_command *cmd) in msdc_cmd_find_resp()
822 struct mmc_request *mrq, struct mmc_command *cmd) in msdc_cmd_prepare_raw_cmd()
875 static void msdc_start_data(struct msdc_host *host, struct mmc_request *mrq, in msdc_start_data()
926 static void msdc_request_done(struct msdc_host *host, struct mmc_request *mrq) in msdc_request_done()
948 struct mmc_request *mrq, struct mmc_command *cmd) in msdc_cmd_done()
1019 struct mmc_request *mrq, struct mmc_command *cmd) in msdc_cmd_is_ready()
1051 struct mmc_request *mrq, struct mmc_command *cmd) in msdc_start_command()
1077 struct mmc_request *mrq, struct mmc_command *cmd) in msdc_cmd_next()
1093 static void msdc_ops_request(struct mmc_host *mmc, struct mmc_request *mrq) in msdc_ops_request()
1115 static void msdc_pre_req(struct mmc_host *mmc, struct mmc_request *mrq) in msdc_pre_req()
1127 static void msdc_post_req(struct mmc_host *mmc, struct mmc_request *mrq, in msdc_post_req()
1143 struct mmc_request *mrq, struct mmc_data *data) in msdc_data_xfer_next()
1153 struct mmc_request *mrq, struct mmc_data *data) in msdc_data_xfer_done()
1297 struct mmc_request *mrq; in msdc_irq()