Searched refs:stmmac_dvr_probe (Results 1 – 25 of 25) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-lpc18xx.c | 66 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in lpc18xx_dwmac_probe()
|
D | dwmac-meson.c | 74 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in meson6_dwmac_probe()
|
D | dwmac-anarion.c | 127 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in anarion_dwmac_probe()
|
D | dwmac-starfive.c | 144 err = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in starfive_dwmac_probe()
|
D | dwmac-sunxi.c | 160 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in sun7i_gmac_probe()
|
D | dwmac-intel-plat.c | 158 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in intel_eth_plat_probe()
|
D | dwmac-loongson.c | 149 ret = stmmac_dvr_probe(&pdev->dev, plat, &res); in loongson_dwmac_probe()
|
D | stmmac_pci.c | 222 return stmmac_dvr_probe(&pdev->dev, plat, &res); in stmmac_pci_probe()
|
D | dwmac-visconti.c | 247 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in visconti_eth_dwmac_probe()
|
D | dwmac-sti.c | 305 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in sti_dwmac_probe()
|
D | stmmac.h | 357 int stmmac_dvr_probe(struct device *device,
|
D | dwmac-ingenic.c | 300 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in ingenic_mac_probe()
|
D | dwmac-imx.c | 378 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in imx_dwmac_probe()
|
D | dwmac-tegra.c | 343 err = stmmac_dvr_probe(&pdev->dev, plat, &res); in tegra_mgbe_probe()
|
D | dwmac-ipq806x.c | 476 err = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in ipq806x_gmac_probe()
|
D | dwmac-meson8b.c | 488 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in meson8b_dwmac_probe()
|
D | dwmac-dwc-qos-eth.c | 453 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in dwc_eth_dwmac_probe()
|
D | dwmac-stm32.c | 407 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in stm32_dwmac_probe()
|
D | dwmac-socfpga.c | 432 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in socfpga_dwmac_probe()
|
D | dwmac-mediatek.c | 670 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in mediatek_dwmac_probe()
|
D | stmmac_platform.c | 796 ret = stmmac_dvr_probe(&pdev->dev, plat, res); in stmmac_pltfr_probe()
|
D | dwmac-intel.c | 1114 ret = stmmac_dvr_probe(&pdev->dev, plat, &res); in intel_eth_pci_probe()
|
D | dwmac-sun8i.c | 1253 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in sun8i_dwmac_probe()
|
D | dwmac-rk.c | 1852 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in rk_gmac_probe()
|
D | stmmac_main.c | 7312 int stmmac_dvr_probe(struct device *device, in stmmac_dvr_probe() function 7620 EXPORT_SYMBOL_GPL(stmmac_dvr_probe);
|