Searched refs:cqe_ops (Results 1 – 6 of 6) sorted by relevance
360 mmc->cqe_ops = &mmc_hsq_ops; in mmc_hsq_init()
1191 mmc->cqe_ops = &cqhci_cqe_ops; in cqhci_init()
4874 mmc->cqe_ops = NULL; in __sdhci_add_host()
424 host->cqe_ops->cqe_disable(host); in mmc_remove_card()
1937 if (host->cqe_ops && !host->cqe_enabled) { in mmc_init_card()1938 err = host->cqe_ops->cqe_enable(host, card); in mmc_init_card()
564 const struct mmc_cqe_ops *cqe_ops; member