Searched refs:ofprop (Results 1 – 6 of 6) sorted by relevance
| /u-boot/include/dm/ |
| A D | ofnode.h | 80 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 D | read.h | 495 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 D | ofread.c | 11 struct ofprop prop; in dm_test_ofnode_get_property_by_prop()
|
| /u-boot/drivers/core/ |
| A D | read.c | 261 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 D | ofnode.c | 623 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 D | pinctrl-generic.c | 256 struct ofprop property; in pinctrl_generic_set_state_one()
|
Completed in 15 milliseconds