Home
last modified time | relevance | path

Searched refs:cqe_private (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/mmc/host/
H A Dmmc_hsq.c155 struct mmc_hsq *hsq = mmc->cqe_private; in mmc_hsq_finalize_request()
182 struct mmc_hsq *hsq = mmc->cqe_private; in mmc_hsq_recovery_start()
194 struct mmc_hsq *hsq = mmc->cqe_private; in mmc_hsq_recovery_finish()
214 struct mmc_hsq *hsq = mmc->cqe_private; in mmc_hsq_request()
279 struct mmc_hsq *hsq = mmc->cqe_private; in mmc_hsq_wait_for_idle()
290 struct mmc_hsq *hsq = mmc->cqe_private; in mmc_hsq_disable()
320 struct mmc_hsq *hsq = mmc->cqe_private; in mmc_hsq_enable()
359 hsq->mmc->cqe_private = hsq; in mmc_hsq_init()
H A Dcqhci-core.c321 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_deactivate()
339 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_enable()
377 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_off()
404 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_disable()
550 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_prep_dcmd_desc()
606 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_request()
675 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_recovery_needed()
703 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_error_irq()
790 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_finish_mrq()
827 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_irq()
[all …]
H A Dsdhci-cqhci.h18 host->mmc->cqe_private) in sdhci_and_cqhci_reset()
H A Dcqhci-crypto.c28 return mmc_from_crypto_profile(profile)->cqe_private; in cqhci_host_from_crypto_profile()
H A Dsdhci-tegra.c1237 struct cqhci_host *cq_host = mmc->cqe_private; in sdhci_tegra_cqe_enable()
1318 struct cqhci_host *cq_host = mmc->cqe_private; in sdhci_tegra_cqe_pre_enable()
1328 struct cqhci_host *cq_host = mmc->cqe_private; in sdhci_tegra_cqe_post_disable()
H A Dmtk-sd.c2741 struct cqhci_host *cq_host = mmc->cqe_private; in msdc_cqe_cit_cal()
2780 struct cqhci_host *cq_host = mmc->cqe_private; in msdc_cqe_enable()
2823 struct cqhci_host *cq_host = mmc->cqe_private; in msdc_cqe_pre_enable()
2833 struct cqhci_host *cq_host = mmc->cqe_private; in msdc_cqe_post_disable()
H A Dsdhci-esdhc-imx.c1527 struct cqhci_host *cq_host = host->mmc->cqe_private; in sdhci_esdhc_imx_hwinit()
1713 struct cqhci_host *cq_host = mmc->cqe_private; in esdhc_cqe_enable()
H A Dsdhci-pci-gli.c1739 struct cqhci_host *cq_host = mmc->cqe_private; in sdhci_gl9763e_cqe_pre_enable()
1771 struct cqhci_host *cq_host = mmc->cqe_private; in sdhci_gl9763e_cqe_post_disable()
/linux/include/linux/mmc/
H A Dhost.h565 void *cqe_private; member