Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/of/
Ddynamic.c56 if (of_node_is_attached(np)) { in __of_detach_node_sysfs()
208 if (!of_node_is_attached(np)) in of_property_notify()
Dbase.c145 if (!of_kset || !of_node_is_attached(np)) in __of_add_property_sysfs()
1762 if (of_kset && of_node_is_attached(np)) in __of_remove_property_sysfs()
/linux-4.4.14/include/linux/
Dof.h99 static inline int of_node_is_attached(struct device_node *node) in of_node_is_attached() function