Searched refs:of_property_notify (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/of/ |
H A D | of_private.h | 43 extern int of_property_notify(int action, struct device_node *np, 53 static inline int of_property_notify(int action, struct device_node *np, in of_property_notify() function
|
H A D | dynamic.c | 189 int of_property_notify(int action, struct device_node *np, in of_property_notify() function 554 ret = of_property_notify(ce->action, ce->np, ce->prop, ce->old_prop); in __of_changeset_entry_notify()
|
H A D | base.c | 1826 of_property_notify(OF_RECONFIG_ADD_PROPERTY, np, prop, NULL); in of_add_property() 1880 of_property_notify(OF_RECONFIG_REMOVE_PROPERTY, np, prop, NULL); in of_remove_property() 1942 of_property_notify(OF_RECONFIG_UPDATE_PROPERTY, np, newprop, oldprop); in of_update_property()
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | of_private.h | 46 extern int of_property_notify(int action, struct device_node *np, 56 static inline int of_property_notify(int action, struct device_node *np, in of_property_notify() function
|
H A D | dynamic.c | 183 int of_property_notify(int action, struct device_node *np, in of_property_notify() function 588 ret = of_property_notify(ce->action, ce->np, ce->prop, ce->old_prop); in __of_changeset_entry_notify()
|
H A D | base.c | 1598 of_property_notify(OF_RECONFIG_ADD_PROPERTY, np, prop, NULL); in of_add_property() 1648 of_property_notify(OF_RECONFIG_REMOVE_PROPERTY, np, prop, NULL); in of_remove_property() 1711 of_property_notify(OF_RECONFIG_UPDATE_PROPERTY, np, newprop, oldprop); in of_update_property()
|
Completed in 10 milliseconds