Home
last modified time | relevance | path

Searched refs:of_reconfig_notify (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/of/
Ddynamic.c76 int of_reconfig_notify(unsigned long action, struct of_reconfig_data *p) in of_reconfig_notify() function
200 return of_reconfig_notify(action, &pr); in of_property_notify()
252 of_reconfig_notify(OF_RECONFIG_ATTACH_NODE, &rd); in of_attach_node()
305 of_reconfig_notify(OF_RECONFIG_DETACH_NODE, &rd); in of_detach_node()
551 ret = of_reconfig_notify(ce->action, &rd); in __of_changeset_entry_notify()
/linux-4.19.296/include/linux/
Dof.h1328 extern int of_reconfig_notify(unsigned long, struct of_reconfig_data *rd);
1378 static inline int of_reconfig_notify(unsigned long action, in of_reconfig_notify() function