Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dof_net.h19 extern struct net_device *of_find_net_device_by_node(struct device_node *np);
42 static inline struct net_device *of_find_net_device_by_node(struct device_node *np) in of_find_net_device_by_node() function
/linux/net/core/
H A Dnet-sysfs.c2271 * of_find_net_device_by_node - lookup the net device for the device node in of_dev_node_match()
2279 struct net_device *of_find_net_device_by_node(struct device_node *np)
2289 EXPORT_SYMBOL(of_find_net_device_by_node); in of_find_net_device_by_node()
2285 struct net_device *of_find_net_device_by_node(struct device_node *np) of_find_net_device_by_node() function
/linux/net/dsa/
H A Ddsa.c1253 conduit = of_find_net_device_by_node(ethernet); in dsa_port_parse_of()