Lines Matching refs:_flags
40 unsigned long _flags; member
62 unsigned long _flags; member
148 return test_bit(flag, &n->_flags); in of_node_check_flag()
154 return test_and_set_bit(flag, &n->_flags); in of_node_test_and_set_flag()
159 set_bit(flag, &n->_flags); in of_node_set_flag()
164 clear_bit(flag, &n->_flags); in of_node_clear_flag()
169 return test_bit(flag, &p->_flags); in of_property_check_flag()
174 set_bit(flag, &p->_flags); in of_property_set_flag()
179 clear_bit(flag, &p->_flags); in of_property_clear_flag()
228 #define OF_IS_DYNAMIC(x) test_bit(OF_DYNAMIC, &x->_flags)
229 #define OF_MARK_DYNAMIC(x) set_bit(OF_DYNAMIC, &x->_flags)