Home
last modified time | relevance | path

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

/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.c4874 mmc->cqe_ops = NULL; in __sdhci_add_host()
/linux/drivers/mmc/core/
H A Dbus.c424 host->cqe_ops->cqe_disable(host); in mmc_remove_card()
H A Dmmc.c1937 if (host->cqe_ops && !host->cqe_enabled) { in mmc_init_card()
1938 err = host->cqe_ops->cqe_enable(host, card); in mmc_init_card()
/linux/include/linux/mmc/
H A Dhost.h564 const struct mmc_cqe_ops *cqe_ops; member