Home
last modified time | relevance | path

Searched refs:ofprop (Results 1 – 6 of 6) sorted by relevance

/u-boot/include/dm/
A Dofnode.h80 struct ofprop { struct
725 int ofnode_get_first_property(ofnode node, struct ofprop *prop);
736 int ofnode_get_next_property(struct ofprop *prop);
748 const void *ofnode_get_property_by_prop(const struct ofprop *prop,
A Dread.h495 int dev_read_first_prop(const struct udevice *dev, struct ofprop *prop);
506 int dev_read_next_prop(struct ofprop *prop);
518 const void *dev_read_prop_by_prop(struct ofprop *prop,
942 static inline int dev_read_first_prop(const struct udevice *dev, struct ofprop *prop) in dev_read_first_prop()
947 static inline int dev_read_next_prop(struct ofprop *prop) in dev_read_next_prop()
952 static inline const void *dev_read_prop_by_prop(struct ofprop *prop, in dev_read_prop_by_prop()
/u-boot/test/dm/
A Dofread.c11 struct ofprop prop; in dm_test_ofnode_get_property_by_prop()
/u-boot/drivers/core/
A Dread.c261 int dev_read_first_prop(const struct udevice *dev, struct ofprop *prop) in dev_read_first_prop()
266 int dev_read_next_prop(struct ofprop *prop) in dev_read_next_prop()
271 const void *dev_read_prop_by_prop(struct ofprop *prop, in dev_read_prop_by_prop()
A Dofnode.c623 int ofnode_get_first_property(ofnode node, struct ofprop *prop) in ofnode_get_first_property()
642 int ofnode_get_next_property(struct ofprop *prop) in ofnode_get_next_property()
659 const void *ofnode_get_property_by_prop(const struct ofprop *prop, in ofnode_get_property_by_prop()
/u-boot/drivers/pinctrl/
A Dpinctrl-generic.c256 struct ofprop property; in pinctrl_generic_set_state_one()

Completed in 15 milliseconds