Lines Matching refs:_flags
34 unsigned long _flags; member
62 unsigned long _flags; member
192 return test_bit(flag, &n->_flags); in of_node_check_flag()
198 return test_and_set_bit(flag, &n->_flags); in of_node_test_and_set_flag()
203 set_bit(flag, &n->_flags); in of_node_set_flag()
208 clear_bit(flag, &n->_flags); in of_node_clear_flag()
214 return test_bit(flag, &p->_flags); in of_property_check_flag()
219 set_bit(flag, &p->_flags); in of_property_set_flag()
224 clear_bit(flag, &p->_flags); in of_property_clear_flag()
255 #define OF_IS_DYNAMIC(x) test_bit(OF_DYNAMIC, &x->_flags)
256 #define OF_MARK_DYNAMIC(x) set_bit(OF_DYNAMIC, &x->_flags)