Searched refs:ahci_platform_get_resources (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/include/linux/ |
D | ahci_platform.h | 32 struct ahci_host_priv *ahci_platform_get_resources(
|
/Linux-v4.19/drivers/ata/ |
D | ahci_platform.c | 46 hpriv = ahci_platform_get_resources(pdev, in ahci_probe()
|
D | ahci_dm816.c | 151 hpriv = ahci_platform_get_resources(pdev, 0); in ahci_dm816_probe()
|
D | ahci_mtk.c | 145 hpriv = ahci_platform_get_resources(pdev, 0); in mtk_ahci_probe()
|
D | ahci_da850.c | 174 hpriv = ahci_platform_get_resources(pdev, 0); in ahci_da850_probe()
|
D | ahci_mvebu.c | 161 hpriv = ahci_platform_get_resources(pdev, 0); in ahci_mvebu_probe()
|
D | ahci_seattle.c | 167 hpriv = ahci_platform_get_resources(pdev, 0); in ahci_seattle_probe()
|
D | ahci_sunxi.c | 184 hpriv = ahci_platform_get_resources(pdev, 0); in ahci_sunxi_probe()
|
D | ahci_st.c | 159 hpriv = ahci_platform_get_resources(pdev, 0); in st_ahci_probe()
|
D | libahci_platform.c | 362 struct ahci_host_priv *ahci_platform_get_resources(struct platform_device *pdev, in ahci_platform_get_resources() function 514 EXPORT_SYMBOL_GPL(ahci_platform_get_resources);
|
D | ahci_ceva.c | 216 hpriv = ahci_platform_get_resources(pdev, 0); in ceva_ahci_probe()
|
D | ahci_qoriq.c | 253 hpriv = ahci_platform_get_resources(pdev, 0); in ahci_qoriq_probe()
|
D | ahci_brcm.c | 428 hpriv = ahci_platform_get_resources(pdev, 0); in brcm_ahci_probe()
|
D | ahci_tegra.c | 497 hpriv = ahci_platform_get_resources(pdev, 0); in tegra_ahci_probe()
|
D | ahci_xgene.c | 762 hpriv = ahci_platform_get_resources(pdev, 0); in xgene_ahci_probe()
|
D | ahci_imx.c | 1130 hpriv = ahci_platform_get_resources(pdev, 0); in imx_ahci_probe()
|