Home
last modified time | relevance | path

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

/linux/drivers/mmc/core/
H A Dqueue.c107 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()
H A Dbus.c424 host->cqe_ops->cqe_disable(host); in mmc_remove_card()
H A Dblock.c2128 host->cqe_ops->cqe_recovery_start(host); in mmc_blk_hsq_req_done()
2404 return host->cqe_ops->cqe_wait_for_idle(host); in mmc_blk_wait_for_idle()
/linux/drivers/mmc/host/
H A Dmmc_hsq.c360 mmc->cqe_ops = &mmc_hsq_ops; in mmc_hsq_init()
H A Dcqhci-core.c1191 mmc->cqe_ops = &cqhci_cqe_ops; in cqhci_init()
H A Dsdhci.c4866 mmc->cqe_ops = NULL; in __sdhci_add_host()
/linux/include/linux/mmc/
H A Dhost.h564 const struct mmc_cqe_ops *cqe_ops; member