cqhci_host_ops
struct cqhci_host_ops;
const struct cqhci_host_ops *ops;
static const struct cqhci_host_ops msdc_cmdq_ops = {
static const struct cqhci_host_ops sdhci_brcmstb_cqhci_ops = {
static const struct cqhci_host_ops esdhc_cqhci_ops = {
static const struct cqhci_host_ops sdhci_msm_cqhci_ops = {
static const struct cqhci_host_ops sdhci_arasan_cqhci_ops = {
static const struct cqhci_host_ops rk35xx_cqhci_ops = {
.cqhci_host_ops = &rk35xx_cqhci_ops,
.cqhci_host_ops = &rk35xx_cqhci_ops,
static const struct cqhci_host_ops dwcmshc_cqhci_ops = {
if (pltfm_data->cqhci_host_ops)
cq_host->ops = pltfm_data->cqhci_host_ops;
const struct cqhci_host_ops *cqhci_host_ops;
static const struct cqhci_host_ops glk_cqhci_ops = {
static const struct cqhci_host_ops sdhci_gl9763e_cqhci_ops = {
static const struct cqhci_host_ops sdhci_tegra_cqhci_ops = {
static const struct cqhci_host_ops sdhci_am654_cqhci_ops = {