Searched refs:pltfm_data (Results 1 – 2 of 2) sorted by relevance
104 const struct sdhci_pltfm_data pltfm_data; member483 .pltfm_data = {491 .pltfm_data = {497 .pltfm_data = {504 .pltfm_data = {566 host = sdhci_pltfm_init(pdev, &data->pltfm_data, in sdhci_cdns_probe()
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 …]