Searched refs:ofprop (Results 1 – 3 of 3) sorted by relevance
92 struct ofprop { struct
607 int dev_read_first_prop(const struct udevice *dev, struct ofprop *prop);618 int dev_read_next_prop(struct ofprop *prop);630 const void *dev_read_prop_by_prop(struct ofprop *prop,1152 static inline int dev_read_first_prop(const struct udevice *dev, struct ofprop *prop) in dev_read_first_prop()1157 static inline int dev_read_next_prop(struct ofprop *prop) in dev_read_next_prop()1162 static inline const void *dev_read_prop_by_prop(struct ofprop *prop, in dev_read_prop_by_prop()
338 static inline bool ofprop_valid(struct ofprop *prop) in ofprop_valid()1190 int ofnode_first_property(ofnode node, struct ofprop *prop);1201 int ofnode_next_property(struct ofprop *prop);1237 const void *ofprop_get_property(const struct ofprop *prop,
Completed in 13 milliseconds