Home
last modified time | relevance | path

Searched refs:pltfm_data (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/mmc/host/
A Dsdhci-cadence.c86 const struct sdhci_pltfm_data pltfm_data; member
423 .pltfm_data = {
431 .pltfm_data = {
437 .pltfm_data = {
499 host = sdhci_pltfm_init(pdev, &data->pltfm_data, in sdhci_cdns_probe()
A Dsdhci-of-dwcmshc.c1364 const struct dwcmshc_pltfm_data *pltfm_data; in dwcmshc_probe() local
1368 pltfm_data = device_get_match_data(&pdev->dev); in dwcmshc_probe()
1369 if (!pltfm_data) { in dwcmshc_probe()
1374 host = sdhci_pltfm_init(pdev, &pltfm_data->pdata, in dwcmshc_probe()
1419 if (pltfm_data->init) { in dwcmshc_probe()
1420 err = pltfm_data->init(&pdev->dev, host, priv); in dwcmshc_probe()
1426 if (pltfm_data == &sdhci_dwcmshc_bf3_pdata) in dwcmshc_probe()
1452 if (pltfm_data->postinit) in dwcmshc_probe()
1453 pltfm_data->postinit(host, priv); in dwcmshc_probe()

Completed in 12 milliseconds