Searched refs:OF_RECONFIG_REMOVE_PROPERTY (Results 1 – 5 of 5) sorted by relevance
71 [OF_RECONFIG_REMOVE_PROPERTY] = "REMOVE_PROPERTY",89 case OF_RECONFIG_REMOVE_PROPERTY: in of_reconfig_notify()123 case OF_RECONFIG_REMOVE_PROPERTY: in of_reconfig_get_state_change()167 case OF_RECONFIG_REMOVE_PROPERTY: in of_reconfig_get_state_change()486 case OF_RECONFIG_REMOVE_PROPERTY: in __of_changeset_entry_dump()518 rce->action = OF_RECONFIG_REMOVE_PROPERTY; in __of_changeset_entry_invert()520 case OF_RECONFIG_REMOVE_PROPERTY: in __of_changeset_entry_invert()528 rce->action = OF_RECONFIG_REMOVE_PROPERTY; in __of_changeset_entry_invert()555 case OF_RECONFIG_REMOVE_PROPERTY: in __of_changeset_entry_notify()604 case OF_RECONFIG_REMOVE_PROPERTY: in __of_changeset_entry_apply()[all …]
573 ce_1->action != OF_RECONFIG_REMOVE_PROPERTY && in find_dup_cset_prop()580 ce_2->action != OF_RECONFIG_REMOVE_PROPERTY && in find_dup_cset_prop()
1896 of_property_notify(OF_RECONFIG_REMOVE_PROPERTY, np, prop, NULL); in of_remove_property()
17 { NOTIFIER_ERR_INJECT_ACTION(OF_RECONFIG_REMOVE_PROPERTY) },
411 #define OF_RECONFIG_REMOVE_PROPERTY 0x0004 macro1445 return of_changeset_action(ocs, OF_RECONFIG_REMOVE_PROPERTY, np, prop); in of_changeset_remove_property()
Completed in 15 milliseconds