Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dof_net.h18 extern struct net_device *of_find_net_device_by_node(struct device_node *np);
36 static inline struct net_device *of_find_net_device_by_node(struct device_node *np) in of_find_net_device_by_node() function
/linux-5.19.10/net/core/
Dnet-sysfs.c1958 struct net_device *of_find_net_device_by_node(struct device_node *np) in of_find_net_device_by_node() function
1968 EXPORT_SYMBOL(of_find_net_device_by_node);
/linux-5.19.10/net/dsa/
Ddsa2.c1497 master = of_find_net_device_by_node(ethernet); in dsa_port_parse_of()