Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/base/
Dcore.c809 struct device_node *of_node = dev_of_node(dev); in device_add_class_symlinks()
861 if (dev_of_node(dev)) in device_remove_class_symlinks()
/linux-4.1.27/include/linux/
Ddevice.h912 static inline struct device_node *dev_of_node(struct device *dev) in dev_of_node() function