Searched refs:stmmac_get_platform_resources (Results 1 – 21 of 21) sorted by relevance
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_platform.h | 21 int stmmac_get_platform_resources(struct platform_device *pdev,
|
H A D | dwmac-generic.c | 25 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in dwmac_generic_probe()
|
H A D | dwmac-lpc18xx.c | 36 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in lpc18xx_dwmac_probe()
|
H A D | dwmac-meson.c | 51 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in meson6_dwmac_probe()
|
H A D | dwmac-anarion.c | 110 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in anarion_dwmac_probe()
|
H A D | dwmac-sunxi.c | 107 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in sun7i_gmac_probe()
|
H A D | dwmac-starfive.c | 120 err = stmmac_get_platform_resources(pdev, &stmmac_res); in starfive_dwmac_probe()
|
H A D | dwmac-intel-plat.c | 84 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in intel_eth_plat_probe()
|
H A D | dwmac-visconti.c | 219 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in visconti_eth_dwmac_probe()
|
H A D | dwmac-sti.c | 272 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in sti_dwmac_probe()
|
H A D | stmmac_platform.c | 706 int stmmac_get_platform_resources(struct platform_device *pdev, in stmmac_get_platform_resources() function 746 EXPORT_SYMBOL_GPL(stmmac_get_platform_resources);
|
H A D | dwmac-ingenic.c | 240 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in ingenic_mac_probe()
|
H A D | dwmac-imx.c | 326 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in imx_dwmac_probe()
|
H A D | dwmac-meson8b.c | 399 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in meson8b_dwmac_probe()
|
H A D | dwmac-ipq806x.c | 383 val = stmmac_get_platform_resources(pdev, &stmmac_res); in ipq806x_gmac_probe()
|
H A D | dwmac-stm32.c | 371 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in stm32_dwmac_probe()
|
H A D | dwmac-socfpga.c | 399 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in socfpga_dwmac_probe()
|
H A D | dwmac-mediatek.c | 655 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in mediatek_dwmac_probe()
|
H A D | dwmac-qcom-ethqos.c | 757 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in qcom_ethqos_probe()
|
H A D | dwmac-sun8i.c | 1166 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in sun8i_dwmac_probe()
|
H A D | dwmac-rk.c | 1823 ret = stmmac_get_platform_resources(pdev, &stmmac_res); in rk_gmac_probe()
|