这个函数可以称为subdriver,每个compatible有自己的dwc_eth_dwmac_data可以自行指定,以snps,dwc-qos-ethernet-4.10的为例,该函数只是从dts中获取apb_clk和phy_ref_clk并使能。 <drivers/net/ethernet/stmicro/stmmac/dwmac-dwc-qos-eth.c> 121 static void *dwc_qos_probe(struct platform_device *pdev, 122 ...