Lines Matching defs:flag
193 static inline int of_node_check_flag(const struct device_node *n, unsigned long flag) in of_node_check_flag()
199 unsigned long flag) in of_node_test_and_set_flag()
204 static inline void of_node_set_flag(struct device_node *n, unsigned long flag) in of_node_set_flag()
209 static inline void of_node_clear_flag(struct device_node *n, unsigned long flag) in of_node_clear_flag()
215 static inline int of_property_check_flag(const struct property *p, unsigned long flag) in of_property_check_flag()
220 static inline void of_property_set_flag(struct property *p, unsigned long flag) in of_property_set_flag()
225 static inline void of_property_clear_flag(struct property *p, unsigned long flag) in of_property_clear_flag()
828 static inline int of_node_check_flag(struct device_node *n, unsigned long flag) in of_node_check_flag()
834 unsigned long flag) in of_node_test_and_set_flag()
839 static inline void of_node_set_flag(struct device_node *n, unsigned long flag) in of_node_set_flag()
843 static inline void of_node_clear_flag(struct device_node *n, unsigned long flag) in of_node_clear_flag()
848 unsigned long flag) in of_property_check_flag()
853 static inline void of_property_set_flag(struct property *p, unsigned long flag) in of_property_set_flag()
857 static inline void of_property_clear_flag(struct property *p, unsigned long flag) in of_property_clear_flag()