Searched refs:stmmac_get_platform_resources (Results 1 – 19 of 19) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_platform.h | 19 int stmmac_get_platform_resources(struct platform_device *pdev,
|
D | dwmac-lpc18xx.c | 36 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in lpc18xx_dwmac_probe()
|
D | dwmac-generic.c | 25 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in dwmac_generic_probe()
|
D | dwmac-meson.c | 51 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in meson6_dwmac_probe()
|
D | dwmac-anarion.c | 110 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in anarion_dwmac_probe()
|
D | dwmac-oxnas.c | 117 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in oxnas_dwmac_probe()
|
D | dwmac-sunxi.c | 107 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in sun7i_gmac_probe()
|
D | dwmac-intel-plat.c | 87 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in intel_eth_plat_probe()
|
D | dwmac-imx.c | 221 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in imx_dwmac_probe()
|
D | stmmac_platform.c | 647 int stmmac_get_platform_resources(struct platform_device *pdev, in stmmac_get_platform_resources() function 687 EXPORT_SYMBOL_GPL(stmmac_get_platform_resources);
|
D | dwmac-ipq806x.c | 254 val = stmmac_get_platform_resources(pdev, &stmmac_res); in ipq806x_gmac_probe()
|
D | dwmac-sti.c | 324 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in sti_dwmac_probe()
|
D | dwmac-meson8b.c | 371 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in meson8b_dwmac_probe()
|
D | dwmac-socfpga.c | 397 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in socfpga_dwmac_probe()
|
D | dwmac-mediatek.c | 406 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in mediatek_dwmac_probe()
|
D | dwmac-stm32.c | 370 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in stm32_dwmac_probe()
|
D | dwmac-qcom-ethqos.c | 460 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in qcom_ethqos_probe()
|
D | dwmac-sun8i.c | 1133 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in sun8i_dwmac_probe()
|
D | dwmac-rk.c | 1395 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in rk_gmac_probe()
|