Searched refs:OF_OVERLAY (Results 1 – 5 of 5) sorted by relevance
37 select OF_OVERLAY
208 if (!of_node_check_flag(np, OF_OVERLAY)) { in __of_attach_node()338 if (of_node_check_flag(node, OF_OVERLAY)) { in of_node_release()462 of_node_check_flag(ce->np, OF_OVERLAY)) { in __of_changeset_entry_destroy()
85 config OF_OVERLAY config
364 if (!of_node_check_flag(target->np, OF_OVERLAY)) in add_changeset_property()440 of_node_set_flag(tchild, OF_OVERLAY); in add_changeset_node()
147 #define OF_OVERLAY 5 /* allocated for an overlay */ macro