Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/core/
H A 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()
566 host->cqe_ops->cqe_recovery_finish(host); in mmc_cqe_recovery()
935 host->cqe_ops->cqe_off(host); in mmc_execute_tuning()
983 host->cqe_ops->cqe_off(host); in mmc_set_initial_state()
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.c402 host->cqe_ops->cqe_disable(host); in mmc_remove_card()
H A Dsd.c1566 if (host->cqe_ops && !host->cqe_enabled) { in mmc_sd_init_card()
1567 err = host->cqe_ops->cqe_enable(host, card); in mmc_sd_init_card()
H A Dmmc.c1912 if (host->cqe_ops && !host->cqe_enabled) { in mmc_init_card()
1913 err = host->cqe_ops->cqe_enable(host, card); in mmc_init_card()
H A Dblock.c2101 host->cqe_ops->cqe_recovery_start(host); in mmc_blk_hsq_req_done()
2377 return host->cqe_ops->cqe_wait_for_idle(host); in mmc_blk_wait_for_idle()
/openbmc/linux/drivers/mmc/host/
H A Dmmc_hsq.c339 mmc->cqe_ops = &mmc_hsq_ops; in mmc_hsq_init()
H A Dcqhci-core.c1186 mmc->cqe_ops = &cqhci_cqe_ops; in cqhci_init()
H A Dsdhci.c4809 mmc->cqe_ops = NULL; in __sdhci_add_host()
/openbmc/linux/include/linux/mmc/
H A Dhost.h516 const struct mmc_cqe_ops *cqe_ops; member