Searched refs:ofprop (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | read.h | 344 int dev_read_first_prop(struct udevice *dev, struct ofprop *prop); 355 int dev_read_next_prop(struct ofprop *prop); 367 const void *dev_read_prop_by_prop(struct ofprop *prop, 635 static inline int dev_read_first_prop(struct udevice *dev, struct ofprop *prop) in dev_read_first_prop() 640 static inline int dev_read_next_prop(struct ofprop *prop) in dev_read_next_prop() 645 static inline const void *dev_read_prop_by_prop(struct ofprop *prop, in dev_read_prop_by_prop()
|
| H A D | ofnode.h | 79 struct ofprop { struct 578 int ofnode_get_first_property(ofnode node, struct ofprop *prop); 589 int ofnode_get_next_property(struct ofprop *prop); 601 const void *ofnode_get_property_by_prop(const struct ofprop *prop,
|
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | read.c | 168 int dev_read_first_prop(struct udevice *dev, struct ofprop *prop) in dev_read_first_prop() 173 int dev_read_next_prop(struct ofprop *prop) in dev_read_next_prop() 178 const void *dev_read_prop_by_prop(struct ofprop *prop, in dev_read_prop_by_prop()
|
| H A D | ofnode.c | 515 int ofnode_get_first_property(ofnode node, struct ofprop *prop) in ofnode_get_first_property() 534 int ofnode_get_next_property(struct ofprop *prop) in ofnode_get_next_property() 551 const void *ofnode_get_property_by_prop(const struct ofprop *prop, in ofnode_get_property_by_prop()
|
| /OK3568_Linux_fs/u-boot/drivers/pinctrl/ |
| H A D | pinctrl-generic.c | 247 struct ofprop property; in pinctrl_generic_set_state_one()
|