Searched refs:stmmac_dvr_probe (Results 1 – 11 of 11) sorted by relevance
| /linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ |
| D | dwmac-generic.c | 56 return stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in dwmac_generic_probe()
|
| D | dwmac-lpc18xx.c | 64 return stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in lpc18xx_dwmac_probe()
|
| D | dwmac-meson.c | 78 return stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in meson6_dwmac_probe()
|
| D | stmmac.h | 146 int stmmac_dvr_probe(struct device *device,
|
| D | dwmac-sunxi.c | 156 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in sun7i_gmac_probe()
|
| D | stmmac_pci.c | 222 return stmmac_dvr_probe(&pdev->dev, plat, &res); in stmmac_pci_probe()
|
| D | dwmac-socfpga.c | 276 return stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in socfpga_dwmac_probe()
|
| D | dwmac-ipq806x.c | 351 return stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in ipq806x_gmac_probe()
|
| D | dwmac-sti.c | 368 return stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in sti_dwmac_probe()
|
| D | dwmac-rk.c | 603 return stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in rk_gmac_probe()
|
| D | stmmac_main.c | 2826 int stmmac_dvr_probe(struct device *device, in stmmac_dvr_probe() function 2987 EXPORT_SYMBOL_GPL(stmmac_dvr_probe);
|