Symbol: cqhci_host_ops
drivers/mmc/host/cqhci.h
217
struct cqhci_host_ops;
drivers/mmc/host/cqhci.h
223
const struct cqhci_host_ops *ops;
drivers/mmc/host/mtk-sd.c
2881
static const struct cqhci_host_ops msdc_cmdq_ops = {
drivers/mmc/host/sdhci-brcmstb.c
330
static const struct cqhci_host_ops sdhci_brcmstb_cqhci_ops = {
drivers/mmc/host/sdhci-esdhc-imx.c
1803
static const struct cqhci_host_ops esdhc_cqhci_ops = {
drivers/mmc/host/sdhci-msm.c
2230
static const struct cqhci_host_ops sdhci_msm_cqhci_ops = {
drivers/mmc/host/sdhci-of-arasan.c
582
static const struct cqhci_host_ops sdhci_arasan_cqhci_ops = {
drivers/mmc/host/sdhci-of-dwcmshc.c
2116
static const struct cqhci_host_ops rk35xx_cqhci_ops = {
drivers/mmc/host/sdhci-of-dwcmshc.c
2134
.cqhci_host_ops = &rk35xx_cqhci_ops,
drivers/mmc/host/sdhci-of-dwcmshc.c
2150
.cqhci_host_ops = &rk35xx_cqhci_ops,
drivers/mmc/host/sdhci-of-dwcmshc.c
2166
.cqhci_host_ops = &rk35xx_cqhci_ops,
drivers/mmc/host/sdhci-of-dwcmshc.c
2259
static const struct cqhci_host_ops dwcmshc_cqhci_ops = {
drivers/mmc/host/sdhci-of-dwcmshc.c
2297
if (pltfm_data->cqhci_host_ops)
drivers/mmc/host/sdhci-of-dwcmshc.c
2298
cq_host->ops = pltfm_data->cqhci_host_ops;
drivers/mmc/host/sdhci-of-dwcmshc.c
315
const struct cqhci_host_ops *cqhci_host_ops;
drivers/mmc/host/sdhci-pci-core.c
944
static const struct cqhci_host_ops glk_cqhci_ops = {
drivers/mmc/host/sdhci-pci-gli.c
1780
static const struct cqhci_host_ops sdhci_gl9763e_cqhci_ops = {
drivers/mmc/host/sdhci-tegra.c
1338
static const struct cqhci_host_ops sdhci_tegra_cqhci_ops = {
drivers/mmc/host/sdhci_am654.c
700
static const struct cqhci_host_ops sdhci_am654_cqhci_ops = {