Home
last modified time | relevance | path

Searched refs:of_node_is_attached (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/of/
H A 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()
158 if (of_node_is_attached(np)) { in __of_detach_node_sysfs()
H A Dof_private.h61 int of_node_is_attached(struct device_node *node);
H A Ddynamic.c195 if (!of_node_is_attached(np)) in of_property_notify()
/kernel/linux/linux-6.6/drivers/of/
H A Dkobj.c14 int of_node_is_attached(const 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()
158 if (of_node_is_attached(np)) { in __of_detach_node_sysfs()
H A Dof_private.h70 int of_node_is_attached(const struct device_node *node);
H A Ddynamic.c189 if (!of_node_is_attached(np)) in of_property_notify()

Completed in 7 milliseconds