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
2859
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
1766
static const struct cqhci_host_ops esdhc_cqhci_ops = {
drivers/mmc/host/sdhci-msm.c
2121
static const struct cqhci_host_ops sdhci_msm_cqhci_ops = {
drivers/mmc/host/sdhci-of-arasan.c
584
static const struct cqhci_host_ops sdhci_arasan_cqhci_ops = {
drivers/mmc/host/sdhci-of-dwcmshc.c
1765
static const struct cqhci_host_ops rk35xx_cqhci_ops = {
drivers/mmc/host/sdhci-of-dwcmshc.c
1782
.cqhci_host_ops = &rk35xx_cqhci_ops,
drivers/mmc/host/sdhci-of-dwcmshc.c
1795
.cqhci_host_ops = &rk35xx_cqhci_ops,
drivers/mmc/host/sdhci-of-dwcmshc.c
1837
static const struct cqhci_host_ops dwcmshc_cqhci_ops = {
drivers/mmc/host/sdhci-of-dwcmshc.c
1875
if (pltfm_data->cqhci_host_ops)
drivers/mmc/host/sdhci-of-dwcmshc.c
1876
cq_host->ops = pltfm_data->cqhci_host_ops;
drivers/mmc/host/sdhci-of-dwcmshc.c
288
const struct cqhci_host_ops *cqhci_host_ops;
drivers/mmc/host/sdhci-pci-core.c
945
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 = {