Searched refs:stmmac_dvr_probe (Results 1 – 22 of 22) sorted by relevance
/Linux-v5.10/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-generic.c | 56 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in dwmac_generic_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-oxnas.c | 154 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in oxnas_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 | 161 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in intel_eth_plat_probe()
|
D | dwmac-imx.c | 260 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in imx_dwmac_probe()
|
D | stmmac.h | 266 int stmmac_dvr_probe(struct device *device,
|
D | stmmac_pci.c | 208 return stmmac_dvr_probe(&pdev->dev, plat, &res); in stmmac_pci_probe()
|
D | dwmac-ipq806x.c | 356 err = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in ipq806x_gmac_probe()
|
D | dwmac-sti.c | 357 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in sti_dwmac_probe()
|
D | dwmac-meson8b.c | 442 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in meson8b_dwmac_probe()
|
D | dwmac-socfpga.c | 430 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in socfpga_dwmac_probe()
|
D | dwmac-mediatek.c | 425 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in mediatek_dwmac_probe()
|
D | dwmac-dwc-qos-eth.c | 466 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in dwc_eth_dwmac_probe()
|
D | dwmac-stm32.c | 406 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in stm32_dwmac_probe()
|
D | dwmac-qcom-ethqos.c | 509 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in qcom_ethqos_probe()
|
D | dwmac-intel.c | 644 ret = stmmac_dvr_probe(&pdev->dev, plat, &res); in intel_eth_pci_probe()
|
D | dwmac-sun8i.c | 1221 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in sun8i_dwmac_probe()
|
D | dwmac-rk.c | 1420 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in rk_gmac_probe()
|
D | stmmac_main.c | 4854 int stmmac_dvr_probe(struct device *device, in stmmac_dvr_probe() function 5100 EXPORT_SYMBOL_GPL(stmmac_dvr_probe);
|