Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dof_net.h17 extern struct net_device *of_find_net_device_by_node(struct device_node *np);
34 static inline struct net_device *of_find_net_device_by_node(struct device_node *np) in of_find_net_device_by_node() function
/Linux-v4.19/net/dsa/
Ddsa2.c597 master = of_find_net_device_by_node(ethernet); in dsa_port_parse_of()
Dlegacy.c429 ethernet_dev = of_find_net_device_by_node(ethernet); in dsa_of_probe()
/Linux-v4.19/net/core/
Dnet-sysfs.c1688 struct net_device *of_find_net_device_by_node(struct device_node *np) in of_find_net_device_by_node() function
1698 EXPORT_SYMBOL(of_find_net_device_by_node);