Searched refs:stmmac_dvr_probe (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_pci.c | 222 return stmmac_dvr_probe(&pdev->dev, plat, &res); in stmmac_pci_probe()
|
H A D | dwmac-tegra.c | 361 err = stmmac_dvr_probe(&pdev->dev, plat, &res); in tegra_mgbe_probe()
|
H A D | dwmac-socfpga.c | 492 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in socfpga_dwmac_probe()
|
H A D | dwmac-loongson.c | 604 ret = stmmac_dvr_probe(&pdev->dev, plat, &res); in loongson_dwmac_probe()
|
H A D | stmmac_platform.c | 801 ret = stmmac_dvr_probe(&pdev->dev, plat, res); in stmmac_pltfr_probe()
|
H A D | dwmac-sun8i.c | 1252 ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res); in sun8i_dwmac_probe()
|
H A D | stmmac_main.c | 7414 int stmmac_dvr_probe(struct device *device, in stmmac_dvr_probe() function 7730 EXPORT_SYMBOL_GPL(stmmac_dvr_probe);
|