Lines Matching refs:_flags
40 unsigned long _flags; member
62 unsigned long _flags; member
157 return test_bit(flag, &n->_flags); in of_node_check_flag()
163 return test_and_set_bit(flag, &n->_flags); in of_node_test_and_set_flag()
168 set_bit(flag, &n->_flags); in of_node_set_flag()
173 clear_bit(flag, &n->_flags); in of_node_clear_flag()
178 return test_bit(flag, &p->_flags); in of_property_check_flag()
183 set_bit(flag, &p->_flags); in of_property_set_flag()
188 clear_bit(flag, &p->_flags); in of_property_clear_flag()
231 #define OF_IS_DYNAMIC(x) test_bit(OF_DYNAMIC, &x->_flags)
232 #define OF_MARK_DYNAMIC(x) set_bit(OF_DYNAMIC, &x->_flags)