Searched refs:of_find_net_device_by_node (Results 1 – 3 of 3) sorted by relevance
16 extern struct net_device *of_find_net_device_by_node(struct device_node *np);28 static inline struct net_device *of_find_net_device_by_node(struct device_node *np) in of_find_net_device_by_node() function
1489 struct net_device *of_find_net_device_by_node(struct device_node *np) in of_find_net_device_by_node() function1499 EXPORT_SYMBOL(of_find_net_device_by_node);
708 ethernet_dev = of_find_net_device_by_node(ethernet); in dsa_of_probe()