Searched refs:dev_read_first_prop (Results 1 – 2 of 2) sorted by relevance
495 int dev_read_first_prop(const struct udevice *dev, struct ofprop *prop);942 static inline int dev_read_first_prop(const struct udevice *dev, struct ofprop *prop) in dev_read_first_prop() function1074 for (int ret_prop = dev_read_first_prop(dev, &prop); \
261 int dev_read_first_prop(const struct udevice *dev, struct ofprop *prop) in dev_read_first_prop() function
Completed in 7 milliseconds