Searched refs:dev_read_u8 (Results 1 – 3 of 3) sorted by relevance
| /u-boot/include/dm/ |
| A D | read.h | 42 int dev_read_u8(const struct udevice *dev, const char *propname, u8 *outp); 830 static inline int dev_read_u8(const struct udevice *dev, in dev_read_u8() function
|
| /u-boot/drivers/core/ |
| A D | read.c | 16 int dev_read_u8(const struct udevice *dev, const char *propname, u8 *outp) in dev_read_u8() function
|
| /u-boot/test/dm/ |
| A D | test-fdt.c | 856 ut_assertok(dev_read_u8(dev, "int8-value", &val8)); in dm_test_read_int() 859 ut_asserteq(-EINVAL, dev_read_u8(dev, "missing", &val8)); in dm_test_read_int()
|
Completed in 19 milliseconds