/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac-lpc18xx.c | 64 return stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in lpc18xx_dwmac_probe()
|
H A D | dwmac-meson.c | 70 return stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in meson6_dwmac_probe()
|
H A D | dwmac-rzn1.c | 68 ret = stmmac_dvr_probe(dev, plat_dat, &stmmac_res); in rzn1_dwmac_probe()
|
H A D | dwmac-anarion.c | 127 return stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in anarion_dwmac_probe()
|
H A D | dwmac-intel-plat.c | 151 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in intel_eth_plat_probe()
|
H A D | dwmac-starfive.c | 163 return stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in starfive_dwmac_probe()
|
H A D | dwmac-sunxi.c | 155 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in sun7i_gmac_probe()
|
H A D | stmmac_pci.c | 222 return stmmac_dvr_probe(&pdev->dev, plat, &res); in stmmac_pci_probe()
|
H A D | dwmac-visconti.c | 245 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in visconti_eth_dwmac_probe()
|
H A D | dwmac-sti.c | 303 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in sti_dwmac_probe()
|
H A D | dwmac-ingenic.c | 294 return stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in ingenic_mac_probe()
|
H A D | dwmac-imx.c | 381 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in imx_dwmac_probe()
|
H A D | stmmac.h | 415 int stmmac_dvr_probe(struct device *device,
|
H A D | dwmac-dwc-qos-eth.c | 452 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in dwc_eth_dwmac_probe()
|
H A D | dwmac-meson8b.c | 478 return stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in meson8b_dwmac_probe()
|
H A D | dwmac-ipq806x.c | 486 return stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in ipq806x_gmac_probe()
|
H A D | dwmac-tegra.c | 353 err = stmmac_dvr_probe(&pdev->dev, plat, &res); in tegra_mgbe_probe()
|
H A D | dwmac-socfpga.c | 489 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in socfpga_dwmac_probe()
|
H A D | dwmac-stm32.c | 552 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in stm32_dwmac_probe()
|
H A D | dwmac-mediatek.c | 670 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in mediatek_dwmac_probe()
|
H A D | dwmac-loongson.c | 588 ret = stmmac_dvr_probe(&pdev->dev, plat, &res); in loongson_dwmac_probe()
|
H A D | stmmac_platform.c | 809 ret = stmmac_dvr_probe(&pdev->dev, plat, res); in stmmac_pltfr_probe()
|
H A D | dwmac-sun8i.c | 1252 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in sun8i_dwmac_probe()
|
H A D | dwmac-intel.c | 1114 ret = stmmac_dvr_probe(&pdev->dev, plat, &res); in intel_eth_pci_probe()
|
H A D | dwmac-rk.c | 2003 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in rk_gmac_probe()
|