Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/of/
Dof_private.h72 void __of_remove_property_sysfs(struct device_node *np, struct property *prop);
82 static inline void __of_remove_property_sysfs(struct device_node *np, struct property *prop) {} in __of_remove_property_sysfs() function
Dkobj.c96 void __of_remove_property_sysfs(struct device_node *np, struct property *prop) in __of_remove_property_sysfs() function
Dbase.c1621 __of_remove_property_sysfs(np, prop); in __of_remove_property()