Searched refs:__of_update_property (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/of/ |
H A D | of_private.h | 133 extern int __of_update_property(struct device_node *np,
|
H A D | base.c | 1886 int __of_update_property(struct device_node *np, struct property *newprop, in __of_update_property() function 1933 rc = __of_update_property(np, newprop, &oldprop); in of_update_property()
|
H A D | dynamic.c | 609 ret = __of_update_property(ce->np, ce->prop, &old_prop); in __of_changeset_entry_apply()
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | of_private.h | 138 extern int __of_update_property(struct device_node *np,
|
H A D | base.c | 1654 int __of_update_property(struct device_node *np, struct property *newprop, in __of_update_property() function 1707 rc = __of_update_property(np, newprop, &oldprop); in of_update_property()
|
H A D | dynamic.c | 622 ret = __of_update_property(ce->np, ce->prop, &ce->old_prop); in __of_changeset_entry_apply()
|
Completed in 9 milliseconds