Home
last modified time | relevance | path

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

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