Searched refs:ahci_platform_get_resources (Results 1 – 16 of 16) sorted by relevance
/Linux-v5.10/include/linux/ |
D | ahci_platform.h | 30 struct ahci_host_priv *ahci_platform_get_resources(
|
/Linux-v5.10/drivers/ata/ |
D | ahci_platform.c | 50 hpriv = ahci_platform_get_resources(pdev, in ahci_probe()
|
D | ahci_dm816.c | 147 hpriv = ahci_platform_get_resources(pdev, 0); in ahci_dm816_probe()
|
D | ahci_mtk.c | 137 hpriv = ahci_platform_get_resources(pdev, 0); in mtk_ahci_probe()
|
D | ahci_da850.c | 170 hpriv = ahci_platform_get_resources(pdev, 0); in ahci_da850_probe()
|
D | ahci_seattle.c | 159 hpriv = ahci_platform_get_resources(pdev, 0); in ahci_seattle_probe()
|
D | ahci_mvebu.c | 195 hpriv = ahci_platform_get_resources(pdev, 0); in ahci_mvebu_probe()
|
D | ahci_st.c | 156 hpriv = ahci_platform_get_resources(pdev, 0); in st_ahci_probe()
|
D | ahci_sunxi.c | 219 hpriv = ahci_platform_get_resources(pdev, AHCI_PLATFORM_GET_RESETS); in ahci_sunxi_probe()
|
D | libahci_platform.c | 385 struct ahci_host_priv *ahci_platform_get_resources(struct platform_device *pdev, in ahci_platform_get_resources() function 557 EXPORT_SYMBOL_GPL(ahci_platform_get_resources);
|
D | ahci_ceva.c | 205 hpriv = ahci_platform_get_resources(pdev, 0); in ceva_ahci_probe()
|
D | ahci_qoriq.c | 273 hpriv = ahci_platform_get_resources(pdev, 0); in ahci_qoriq_probe()
|
D | ahci_brcm.c | 463 hpriv = ahci_platform_get_resources(pdev, 0); in brcm_ahci_probe()
|
D | ahci_tegra.c | 487 hpriv = ahci_platform_get_resources(pdev, 0); in tegra_ahci_probe()
|
D | ahci_xgene.c | 749 hpriv = ahci_platform_get_resources(pdev, 0); in xgene_ahci_probe()
|
D | ahci_imx.c | 1110 hpriv = ahci_platform_get_resources(pdev, 0); in imx_ahci_probe()
|