Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/of/
Dkobj.c14 int of_node_is_attached(struct device_node *node) in of_node_is_attached() function
73 if (!of_kset || !of_node_is_attached(np)) in __of_add_property_sysfs()
99 if (of_kset && of_node_is_attached(np)) in __of_remove_property_sysfs()
159 if (of_node_is_attached(np)) { in __of_detach_node_sysfs()
Dof_private.h61 int of_node_is_attached(struct device_node *node);
Ddynamic.c194 if (!of_node_is_attached(np)) in of_property_notify()