Lines Matching defs:flag
146 static inline int of_node_check_flag(struct device_node *n, unsigned long flag) in of_node_check_flag()
152 unsigned long flag) in of_node_test_and_set_flag()
157 static inline void of_node_set_flag(struct device_node *n, unsigned long flag) in of_node_set_flag()
162 static inline void of_node_clear_flag(struct device_node *n, unsigned long flag) in of_node_clear_flag()
167 static inline int of_property_check_flag(struct property *p, unsigned long flag) in of_property_check_flag()
172 static inline void of_property_set_flag(struct property *p, unsigned long flag) in of_property_set_flag()
177 static inline void of_property_clear_flag(struct property *p, unsigned long flag) in of_property_clear_flag()
637 static inline int of_node_check_flag(struct device_node *n, unsigned long flag) in of_node_check_flag()
643 unsigned long flag) in of_node_test_and_set_flag()
648 static inline void of_node_set_flag(struct device_node *n, unsigned long flag) in of_node_set_flag()
652 static inline void of_node_clear_flag(struct device_node *n, unsigned long flag) in of_node_clear_flag()
656 static inline int of_property_check_flag(struct property *p, unsigned long flag) in of_property_check_flag()
661 static inline void of_property_set_flag(struct property *p, unsigned long flag) in of_property_set_flag()
665 static inline void of_property_clear_flag(struct property *p, unsigned long flag) in of_property_clear_flag()