Lines Matching refs:rd
243 struct of_reconfig_data rd; in of_attach_node() local
246 memset(&rd, 0, sizeof(rd)); in of_attach_node()
247 rd.dn = np; in of_attach_node()
257 of_reconfig_notify(OF_RECONFIG_ATTACH_NODE, &rd); in of_attach_node()
295 struct of_reconfig_data rd; in of_detach_node() local
299 memset(&rd, 0, sizeof(rd)); in of_detach_node()
300 rd.dn = np; in of_detach_node()
310 of_reconfig_notify(OF_RECONFIG_DETACH_NODE, &rd); in of_detach_node()
506 struct of_reconfig_data rd; in __of_changeset_entry_notify() local
518 memset(&rd, 0, sizeof(rd)); in __of_changeset_entry_notify()
519 rd.dn = ce->np; in __of_changeset_entry_notify()
520 ret = of_reconfig_notify(ce->action, &rd); in __of_changeset_entry_notify()