Searched refs:pltfm_data (Results 1 – 1 of 1) sorted by relevance
2273 const struct dwcmshc_pltfm_data *pltfm_data) in dwcmshc_cqhci_init() argument2303 if (pltfm_data->cqhci_host_ops) in dwcmshc_cqhci_init()2304 cq_host->ops = pltfm_data->cqhci_host_ops; in dwcmshc_cqhci_init()2406 const struct dwcmshc_pltfm_data *pltfm_data; in dwcmshc_probe() local2410 pltfm_data = device_get_match_data(&pdev->dev); in dwcmshc_probe()2411 if (!pltfm_data) { in dwcmshc_probe()2416 host = sdhci_pltfm_init(pdev, &pltfm_data->pdata, in dwcmshc_probe()2431 priv->dwcmshc_pdata = pltfm_data; in dwcmshc_probe()2461 if (pltfm_data->init) { in dwcmshc_probe()2462 err = pltfm_data->init(&pdev->dev, host, priv); in dwcmshc_probe()[all …]