Home
last modified time | relevance | path

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

/linux/drivers/of/
H A Ddynamic.c73 [OF_RECONFIG_REMOVE_PROPERTY] = "REMOVE_PROPERTY",
119 case OF_RECONFIG_REMOVE_PROPERTY: in of_reconfig_get_state_change()
163 case OF_RECONFIG_REMOVE_PROPERTY: in of_reconfig_get_state_change()
552 rce->action = OF_RECONFIG_REMOVE_PROPERTY; in __of_changeset_entry_invert()
554 case OF_RECONFIG_REMOVE_PROPERTY: in __of_changeset_entry_invert()
562 rce->action = OF_RECONFIG_REMOVE_PROPERTY; in __of_changeset_entry_invert()
589 case OF_RECONFIG_REMOVE_PROPERTY: in __of_changeset_entry_notify()
620 case OF_RECONFIG_REMOVE_PROPERTY: in __of_changeset_entry_apply()
898 * + OF_RECONFIG_REMOVE_PROPERTY,
H A Doverlay.c567 ce_1->action != OF_RECONFIG_REMOVE_PROPERTY && in find_dup_cset_prop()
574 ce_2->action != OF_RECONFIG_REMOVE_PROPERTY && in find_dup_cset_prop()
H A Dbase.c1763 of_property_notify(OF_RECONFIG_REMOVE_PROPERTY, np, prop, NULL); in of_remove_property()
/linux/lib/
H A Dof-reconfig-notifier-error-inject.c17 { NOTIFIER_ERR_INJECT_ACTION(OF_RECONFIG_REMOVE_PROPERTY) },
/linux/include/linux/
H A Dof.h432 #define OF_RECONFIG_REMOVE_PROPERTY 0x0004 macro
1634 return of_changeset_action(ocs, OF_RECONFIG_REMOVE_PROPERTY, np, prop); in of_changeset_remove_property()