Searched refs:stmmac_dvr_probe (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/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 | 82 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in meson6_dwmac_probe()
|
D | dwmac-anarion.c | 124 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in anarion_dwmac_probe()
|
D | dwmac-oxnas.c | 160 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in oxnas_dwmac_probe()
|
D | dwmac-sunxi.c | 161 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in sun7i_gmac_probe()
|
D | stmmac.h | 225 int stmmac_dvr_probe(struct device *device,
|
D | stmmac_pci.c | 290 return stmmac_dvr_probe(&pdev->dev, plat, &res); in stmmac_pci_probe()
|
D | dwmac-ipq806x.c | 341 err = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in ipq806x_gmac_probe()
|
D | dwmac-meson8b.c | 375 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in meson8b_dwmac_probe()
|
D | dwmac-socfpga.c | 346 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in socfpga_dwmac_probe()
|
D | dwmac-sti.c | 356 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in sti_dwmac_probe()
|
D | dwmac-stm32.c | 310 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in stm32_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-sun8i.c | 1159 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in sun8i_dwmac_probe()
|
D | dwmac-rk.c | 1429 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in rk_gmac_probe()
|
D | stmmac_main.c | 4214 int stmmac_dvr_probe(struct device *device, in stmmac_dvr_probe() function 4417 EXPORT_SYMBOL_GPL(stmmac_dvr_probe);
|