Searched refs:pltfm_data (Results 1 – 1 of 1) sorted by relevance
1845 const struct dwcmshc_pltfm_data *pltfm_data) in dwcmshc_cqhci_init() argument1875 if (pltfm_data->cqhci_host_ops) in dwcmshc_cqhci_init()1876 cq_host->ops = pltfm_data->cqhci_host_ops; in dwcmshc_cqhci_init()1966 const struct dwcmshc_pltfm_data *pltfm_data; in dwcmshc_probe() local1970 pltfm_data = device_get_match_data(&pdev->dev); in dwcmshc_probe()1971 if (!pltfm_data) { in dwcmshc_probe()1976 host = sdhci_pltfm_init(pdev, &pltfm_data->pdata, in dwcmshc_probe()2020 if (pltfm_data->init) { in dwcmshc_probe()2021 err = pltfm_data->init(&pdev->dev, host, priv); in dwcmshc_probe()2027 if (pltfm_data == &sdhci_dwcmshc_bf3_pdata) in dwcmshc_probe()[all …]