Lines Matching defs:flag
188 static inline int of_node_check_flag(struct device_node *n, unsigned long flag) in of_node_check_flag()
194 unsigned long flag) in of_node_test_and_set_flag()
199 static inline void of_node_set_flag(struct device_node *n, unsigned long flag) in of_node_set_flag()
204 static inline void of_node_clear_flag(struct device_node *n, unsigned long flag) in of_node_clear_flag()
210 static inline int of_property_check_flag(struct property *p, unsigned long flag) in of_property_check_flag()
215 static inline void of_property_set_flag(struct property *p, unsigned long flag) in of_property_set_flag()
220 static inline void of_property_clear_flag(struct property *p, unsigned long flag) in of_property_clear_flag()
826 static inline int of_node_check_flag(struct device_node *n, unsigned long flag) in of_node_check_flag()
832 unsigned long flag) in of_node_test_and_set_flag()
837 static inline void of_node_set_flag(struct device_node *n, unsigned long flag) in of_node_set_flag()
841 static inline void of_node_clear_flag(struct device_node *n, unsigned long flag) in of_node_clear_flag()
845 static inline int of_property_check_flag(struct property *p, unsigned long flag) in of_property_check_flag()
850 static inline void of_property_set_flag(struct property *p, unsigned long flag) in of_property_set_flag()
854 static inline void of_property_clear_flag(struct property *p, unsigned long flag) in of_property_clear_flag()