Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dmmc_hsq.c134 struct mmc_hsq *hsq = mmc->cqe_private; in mmc_hsq_finalize_request()
161 struct mmc_hsq *hsq = mmc->cqe_private; in mmc_hsq_recovery_start()
173 struct mmc_hsq *hsq = mmc->cqe_private; in mmc_hsq_recovery_finish()
193 struct mmc_hsq *hsq = mmc->cqe_private; in mmc_hsq_request()
258 struct mmc_hsq *hsq = mmc->cqe_private; in mmc_hsq_wait_for_idle()
269 struct mmc_hsq *hsq = mmc->cqe_private; in mmc_hsq_disable()
299 struct mmc_hsq *hsq = mmc->cqe_private; in mmc_hsq_enable()
338 hsq->mmc->cqe_private = hsq; in mmc_hsq_init()
H A Dcqhci-core.c316 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_deactivate()
334 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_enable()
372 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_off()
399 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_disable()
540 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_prep_dcmd_desc()
596 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_request()
665 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_recovery_needed()
693 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_error_irq()
780 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_finish_mrq()
817 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.c31 return mmc->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 Dsdhci-pci-gli.c1254 struct cqhci_host *cq_host = mmc->cqe_private; in sdhci_gl9763e_cqe_pre_enable()
1286 struct cqhci_host *cq_host = mmc->cqe_private; in sdhci_gl9763e_cqe_post_disable()
H A Dmtk-sd.c2464 struct cqhci_host *cq_host = mmc->cqe_private; in msdc_cqe_cit_cal()
2503 struct cqhci_host *cq_host = mmc->cqe_private; in msdc_cqe_enable()
2546 struct cqhci_host *cq_host = mmc->cqe_private; in msdc_cqe_pre_enable()
2556 struct cqhci_host *cq_host = mmc->cqe_private; in msdc_cqe_post_disable()
H A Dsdhci-esdhc-imx.c1419 struct cqhci_host *cq_host = host->mmc->cqe_private; in sdhci_esdhc_imx_hwinit()
1538 struct cqhci_host *cq_host = mmc->cqe_private; in esdhc_cqe_enable()
/openbmc/linux/include/linux/mmc/
H A Dhost.h517 void *cqe_private; member