Home
last modified time | relevance | path

Searched refs:OF_RECONFIG_REMOVE_PROPERTY (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/drivers/of/
Ddynamic.c71 [OF_RECONFIG_REMOVE_PROPERTY] = "REMOVE_PROPERTY",
117 case OF_RECONFIG_REMOVE_PROPERTY: in of_reconfig_get_state_change()
161 case OF_RECONFIG_REMOVE_PROPERTY: in of_reconfig_get_state_change()
549 rce->action = OF_RECONFIG_REMOVE_PROPERTY; in __of_changeset_entry_invert()
551 case OF_RECONFIG_REMOVE_PROPERTY: in __of_changeset_entry_invert()
559 rce->action = OF_RECONFIG_REMOVE_PROPERTY; in __of_changeset_entry_invert()
586 case OF_RECONFIG_REMOVE_PROPERTY: in __of_changeset_entry_notify()
617 case OF_RECONFIG_REMOVE_PROPERTY: in __of_changeset_entry_apply()
Doverlay.c569 ce_1->action != OF_RECONFIG_REMOVE_PROPERTY && in find_dup_cset_prop()
576 ce_2->action != OF_RECONFIG_REMOVE_PROPERTY && in find_dup_cset_prop()
Dbase.c1648 of_property_notify(OF_RECONFIG_REMOVE_PROPERTY, np, prop, NULL); in of_remove_property()
/linux-6.6.21/lib/
Dof-reconfig-notifier-error-inject.c17 { NOTIFIER_ERR_INJECT_ACTION(OF_RECONFIG_REMOVE_PROPERTY) },
/linux-6.6.21/include/linux/
Dof.h415 #define OF_RECONFIG_REMOVE_PROPERTY 0x0004 macro
1574 return of_changeset_action(ocs, OF_RECONFIG_REMOVE_PROPERTY, np, prop); in of_changeset_remove_property()