Searched refs:of_reconfig_notify (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/of/ |
H A D | dynamic.c | 75 int of_reconfig_notify(unsigned long action, struct of_reconfig_data *p) in of_reconfig_notify() function 201 return of_reconfig_notify(action, &pr); in of_property_notify() 250 of_reconfig_notify(OF_RECONFIG_ATTACH_NODE, &rd); in of_attach_node() 302 of_reconfig_notify(OF_RECONFIG_DETACH_NODE, &rd); in of_detach_node() 549 ret = of_reconfig_notify(ce->action, &rd); in __of_changeset_entry_notify()
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | dynamic.c | 83 int of_reconfig_notify(unsigned long action, struct of_reconfig_data *p) in of_reconfig_notify() function 195 return of_reconfig_notify(action, &pr); in of_property_notify() 248 of_reconfig_notify(OF_RECONFIG_ATTACH_NODE, &rd); in of_attach_node() 302 of_reconfig_notify(OF_RECONFIG_DETACH_NODE, &rd); in of_detach_node() 583 ret = of_reconfig_notify(ce->action, &rd); in __of_changeset_entry_notify()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | of.h | 1385 extern int of_reconfig_notify(unsigned long, struct of_reconfig_data *rd); 1435 static inline int of_reconfig_notify(unsigned long action, in of_reconfig_notify() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | of.h | 1541 extern int of_reconfig_notify(unsigned long, struct of_reconfig_data *rd); 1614 static inline int of_reconfig_notify(unsigned long action, in of_reconfig_notify() function
|
Completed in 14 milliseconds