Lines Matching refs:property
31 struct property { struct
35 struct property *next; argument
50 struct property *properties; argument
51 struct property *deadprops; /* removed properties */
202 extern struct property *of_find_property(const struct device_node *np,
249 extern int prom_add_property(struct device_node* np, struct property* prop);
250 extern int prom_remove_property(struct device_node *np, struct property *prop);
252 struct property *newprop,
253 struct property *oldprop);
278 static inline struct property *of_find_property(const struct device_node *np, in of_find_property()
365 struct property *prop = of_find_property(np, propname, NULL); in of_property_read_bool()