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()
961 static inline int of_node_check_flag(struct device_node *n, unsigned long flag) in of_node_check_flag()
967 unsigned long flag) in of_node_test_and_set_flag()
972 static inline void of_node_set_flag(struct device_node *n, unsigned long flag) in of_node_set_flag()
976 static inline void of_node_clear_flag(struct device_node *n, unsigned long flag) in of_node_clear_flag()
980 static inline int of_property_check_flag(struct property *p, unsigned long flag) in of_property_check_flag()
985 static inline void of_property_set_flag(struct property *p, unsigned long flag) in of_property_set_flag()
989 static inline void of_property_clear_flag(struct property *p, unsigned long flag) in of_property_clear_flag()