Searched refs:dev_read_prop_by_prop (Results 1 - 4 of 4) sorted by relevance

/u-boot/drivers/reboot-mode/
H A Dreboot-mode-uclass.c80 propvalue = dev_read_prop_by_prop(&property, &propname, NULL);
97 propvalue = dev_read_prop_by_prop(&property, &propname, NULL);
/u-boot/include/dm/
H A Dread.h601 * and read all the property with dev_read_prop_by_prop().
613 * and read all the property with dev_read_prop_by_prop().
621 * dev_read_prop_by_prop() - get a pointer to the value of a property
630 const void *dev_read_prop_by_prop(struct ofprop *prop,
1162 static inline const void *dev_read_prop_by_prop(struct ofprop *prop, function
/u-boot/drivers/pinctrl/
H A Dpinctrl-generic.c287 value = dev_read_prop_by_prop(&property, &propname, &len);
/u-boot/drivers/core/
H A Dread.c342 const void *dev_read_prop_by_prop(struct ofprop *prop, function

Completed in 100 milliseconds