Home
last modified time | relevance | path

Searched refs:cqe_ops (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.10/drivers/mmc/core/
Dcore.c259 host->cqe_ops->cqe_off(host); in __mmc_start_request()
453 err = host->cqe_ops->cqe_request(host, mrq); in mmc_cqe_start_req()
517 if (host->cqe_ops->cqe_post_req) in mmc_cqe_post_req()
518 host->cqe_ops->cqe_post_req(host, mrq); in mmc_cqe_post_req()
547 host->cqe_ops->cqe_recovery_start(host); in mmc_cqe_recovery()
564 host->cqe_ops->cqe_recovery_finish(host); in mmc_cqe_recovery()
930 host->cqe_ops->cqe_off(host); in mmc_execute_tuning()
972 host->cqe_ops->cqe_off(host); in mmc_set_initial_state()
Dqueue.c108 if (host->cqe_ops->cqe_timeout(host, mrq, &recovery_needed)) { in mmc_cqe_timed_out()
161 host->cqe_ops->cqe_recovery_finish(host); in mmc_mq_recovery_handler()
Dbus.c403 host->cqe_ops->cqe_disable(host); in mmc_remove_card()
Dsd.c1139 if (host->cqe_ops && !host->cqe_enabled) { in mmc_sd_init_card()
1140 err = host->cqe_ops->cqe_enable(host, card); in mmc_sd_init_card()
Dmmc.c1864 if (host->cqe_ops && !host->cqe_enabled) { in mmc_init_card()
1865 err = host->cqe_ops->cqe_enable(host, card); in mmc_init_card()
Dblock.c1912 host->cqe_ops->cqe_recovery_start(host); in mmc_blk_hsq_req_done()
2180 return host->cqe_ops->cqe_wait_for_idle(host); in mmc_blk_wait_for_idle()
/Linux-v5.10/drivers/mmc/host/
Dmmc_hsq.c352 mmc->cqe_ops = &mmc_hsq_ops; in mmc_hsq_init()
Dcqhci.c1131 mmc->cqe_ops = &cqhci_cqe_ops; in cqhci_init()
Dsdhci.c4682 mmc->cqe_ops = NULL; in __sdhci_add_host()
/Linux-v5.10/include/linux/mmc/
Dhost.h468 const struct mmc_cqe_ops *cqe_ops; member