Searched refs:dev_read_s32 (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/include/dm/ |
H A D | read.h | 75 int dev_read_s32(struct udevice *dev, const char *propname, s32 *outp); 538 static inline int dev_read_s32(struct udevice *dev, in dev_read_s32() function
|
/openbmc/u-boot/test/dm/ |
H A D | test-fdt.c | 782 ut_asserteq(-EINVAL, dev_read_s32(dev, "missing", &sval)); in dm_test_read_int() 786 ut_assertok(dev_read_s32(dev, "uint-value", &sval)); in dm_test_read_int()
|
/openbmc/u-boot/drivers/core/ |
H A D | read.c | 24 int dev_read_s32(struct udevice *dev, const char *propname, s32 *outp) in dev_read_s32() function
|