Lines Matching defs:flag
155 static inline int of_node_check_flag(struct device_node *n, unsigned long flag) in of_node_check_flag()
161 unsigned long flag) in of_node_test_and_set_flag()
166 static inline void of_node_set_flag(struct device_node *n, unsigned long flag) in of_node_set_flag()
171 static inline void of_node_clear_flag(struct device_node *n, unsigned long flag) in of_node_clear_flag()
176 static inline int of_property_check_flag(struct property *p, unsigned long flag) in of_property_check_flag()
181 static inline void of_property_set_flag(struct property *p, unsigned long flag) in of_property_set_flag()
186 static inline void of_property_clear_flag(struct property *p, unsigned long flag) in of_property_clear_flag()
643 static inline int of_node_check_flag(struct device_node *n, unsigned long flag) in of_node_check_flag()
649 unsigned long flag) in of_node_test_and_set_flag()
654 static inline void of_node_set_flag(struct device_node *n, unsigned long flag) in of_node_set_flag()
658 static inline void of_node_clear_flag(struct device_node *n, unsigned long flag) in of_node_clear_flag()
662 static inline int of_property_check_flag(struct property *p, unsigned long flag) in of_property_check_flag()
667 static inline void of_property_set_flag(struct property *p, unsigned long flag) in of_property_set_flag()
671 static inline void of_property_clear_flag(struct property *p, unsigned long flag) in of_property_clear_flag()