Searched refs:stmmac_dvr_probe (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | dwmac-meson.c | 73 return stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in meson6_dwmac_probe()
|
| H A D | dwmac-sophgo.c | 65 return stmmac_dvr_probe(dev, plat_dat, &stmmac_res); in sophgo_dwmac_probe()
|
| H A D | dwmac-starfive.c | 153 return stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in starfive_dwmac_probe()
|
| H A D | dwmac-spacemit.c | 207 return stmmac_dvr_probe(dev, plat_dat, &stmmac_res); in spacemit_dwmac_probe()
|
| H A D | dwmac-motorcomm.c | 359 return stmmac_dvr_probe(&pdev->dev, plat, &res); in motorcomm_probe()
|
| H A D | stmmac.h | 412 int stmmac_dvr_probe(struct device *device,
|
| H A D | dwmac-tegra.c | 376 err = stmmac_dvr_probe(&pdev->dev, plat, &res); in tegra_mgbe_probe()
|
| H A D | stmmac_platform.c | 855 return stmmac_dvr_probe(&pdev->dev, plat, res); in stmmac_pltfr_probe()
|
| H A D | dwmac-intel.c | 1341 ret = stmmac_dvr_probe(&pdev->dev, plat, &res); in intel_eth_pci_probe()
|
| H A D | stmmac_main.c | 8129 int stmmac_dvr_probe(struct device *dev, struct plat_stmmacenet_data *plat_dat, in stmmac_dvr_probe() function 8146 EXPORT_SYMBOL_GPL(stmmac_dvr_probe);
|