Home
last modified time | relevance | path

Searched refs:of_property_set_flag (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
Dof.h172 static inline void of_property_set_flag(struct property *p, unsigned long flag) in of_property_set_flag() function
661 static inline void of_property_set_flag(struct property *p, unsigned long flag) in of_property_set_flag() function
/linux-4.1.27/drivers/of/
Ddynamic.c385 of_property_set_flag(new, OF_DYNAMIC); in __of_prop_dup()