Searched refs:cqe_ops (Results 1 – 10 of 10) sorted by relevance
260 host->cqe_ops->cqe_off(host); in __mmc_start_request()454 err = host->cqe_ops->cqe_request(host, mrq); in mmc_cqe_start_req()518 if (host->cqe_ops->cqe_post_req) in mmc_cqe_post_req()519 host->cqe_ops->cqe_post_req(host, mrq); in mmc_cqe_post_req()548 host->cqe_ops->cqe_recovery_start(host); in mmc_cqe_recovery()565 host->cqe_ops->cqe_recovery_finish(host); in mmc_cqe_recovery()931 host->cqe_ops->cqe_off(host); in mmc_execute_tuning()979 host->cqe_ops->cqe_off(host); in mmc_set_initial_state()
107 if (host->cqe_ops->cqe_timeout(host, mrq, &recovery_needed)) { in mmc_cqe_timed_out()159 host->cqe_ops->cqe_recovery_finish(host); in mmc_mq_recovery_handler()
403 host->cqe_ops->cqe_disable(host); in mmc_remove_card()
1548 if (host->cqe_ops && !host->cqe_enabled) { in mmc_sd_init_card()1549 err = host->cqe_ops->cqe_enable(host, card); in mmc_sd_init_card()
1905 if (host->cqe_ops && !host->cqe_enabled) { in mmc_init_card()1906 err = host->cqe_ops->cqe_enable(host, card); in mmc_init_card()
2051 host->cqe_ops->cqe_recovery_start(host); in mmc_blk_hsq_req_done()2326 return host->cqe_ops->cqe_wait_for_idle(host); in mmc_blk_wait_for_idle()
352 mmc->cqe_ops = &mmc_hsq_ops; in mmc_hsq_init()
1186 mmc->cqe_ops = &cqhci_cqe_ops; in cqhci_init()
4831 mmc->cqe_ops = NULL; in __sdhci_add_host()
509 const struct mmc_cqe_ops *cqe_ops; member