HomeSort by relevance Sort by last modified time
    Searched defs:dev_read_prop (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/core/
read.c 163 const void *dev_read_prop(struct udevice *dev, const char *propname, int *lenp) function
  /external/u-boot/include/dm/
read.h 334 * dev_read_prop()- - read a property from a device's node
341 const void *dev_read_prop(struct udevice *dev, const char *propname, int *lenp);
592 static inline const void *dev_read_prop(struct udevice *dev, function

Completed in 545 milliseconds