Home
last modified time | relevance | path

Searched refs:dev_read_first_prop (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/dm/
H A Dread.h344 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() function
731 for (int ret_prop = dev_read_first_prop(dev, &prop); \
/rk3399_rockchip-uboot/drivers/core/
H A Dread.c168 int dev_read_first_prop(struct udevice *dev, struct ofprop *prop) in dev_read_first_prop() function