Searched refs:dev_read_first_prop (Results 1 – 6 of 6) sorted by relevance
344 int dev_read_first_prop(struct udevice *dev, struct ofprop *prop);635 static inline int dev_read_first_prop(struct udevice *dev, struct ofprop *prop) in dev_read_first_prop() function731 for (int ret_prop = dev_read_first_prop(dev, &prop); \
168 int dev_read_first_prop(struct udevice *dev, struct ofprop *prop) in dev_read_first_prop() function