Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/of/
Dof_private.h55 void __of_remove_property_sysfs(struct device_node *np, struct property *prop);
65 static inline void __of_remove_property_sysfs(struct device_node *np, struct property *prop) {} in __of_remove_property_sysfs() function
123 extern void __of_remove_property_sysfs(struct device_node *np,
Dkobj.c96 void __of_remove_property_sysfs(struct device_node *np, struct property *prop) in __of_remove_property_sysfs() function
Ddynamic.c613 __of_remove_property_sysfs(ce->np, ce->prop); in __of_changeset_entry_apply()
Dbase.c1762 __of_remove_property_sysfs(np, prop); in of_remove_property()