Searched refs:OF_DYNAMIC (Results 1 – 8 of 8) sorted by relevance
83 config OF_DYNAMIC config107 select OF_DYNAMIC
150 #define OF_DYNAMIC 1 /* (and properties) allocated via kmalloc */ macro255 #define OF_IS_DYNAMIC(x) test_bit(OF_DYNAMIC, &x->_flags)256 #define OF_MARK_DYNAMIC(x) set_bit(OF_DYNAMIC, &x->_flags)
25 select OF_DYNAMIC
105 select OF_DYNAMIC
59 of_property_set_flag(new_prop, OF_DYNAMIC); in clone_property()
7 select OF_DYNAMIC
245 select OF_DYNAMIC
2255 tbuf[0] = of_node_check_flag(dn, OF_DYNAMIC) ? 'D' : '-'; in device_node_string()