Home
last modified time | relevance | path

Searched refs:of_find_net_device_by_node (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/linux/
Dof_net.h17 extern struct net_device *of_find_net_device_by_node(struct device_node *np);
30 static inline struct net_device *of_find_net_device_by_node(struct device_node *np) in of_find_net_device_by_node() function
/Linux-v5.15/net/core/
Dnet-sysfs.c1892 struct net_device *of_find_net_device_by_node(struct device_node *np) in of_find_net_device_by_node() function
1902 EXPORT_SYMBOL(of_find_net_device_by_node);
/Linux-v5.15/net/dsa/
Ddsa2.c1343 master = of_find_net_device_by_node(ethernet); in dsa_port_parse_of()