Home
last modified time | relevance | path

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

/linux-6.15/drivers/of/
H A Dof_private.h76 void __of_remove_property_sysfs(struct device_node *np, const struct property *prop);
86 static inline void __of_remove_property_sysfs(struct device_node *np, const struct property *prop) … in __of_remove_property_sysfs() function
H A Dkobj.c96 void __of_remove_property_sysfs(struct device_node *np, const struct property *prop) in __of_remove_property_sysfs() function
H A Dbase.c1737 __of_remove_property_sysfs(np, prop); in __of_remove_property()