Home
last modified time | relevance | path

Searched refs:dev_of_node (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/base/
Dcore.c858 struct device_node *of_node = dev_of_node(dev); in device_add_class_symlinks()
910 if (dev_of_node(dev)) in device_remove_class_symlinks()
/linux-4.4.14/include/linux/
Ddevice.h975 static inline struct device_node *dev_of_node(struct device *dev) in dev_of_node() function