Searched refs:dev_read_u8_array_ptr (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/include/dm/ |
H A D | read.h | 464 const uint8_t *dev_read_u8_array_ptr(struct udevice *dev, const char *propname, 725 static inline const uint8_t *dev_read_u8_array_ptr(struct udevice *dev, in dev_read_u8_array_ptr() function
|
/openbmc/u-boot/drivers/power/pmic/ |
H A D | i2c_pmic_emul.c | 123 reg_defaults = dev_read_u8_array_ptr(emul, "reg-defaults", in sandbox_i2c_pmic_ofdata_to_platdata()
|
/openbmc/u-boot/drivers/gpio/ |
H A D | hsdk-creg-gpio.c | 90 defaults = dev_read_u8_array_ptr(dev, "gpio-default-val", gpio_count); in hsdk_creg_gpio_probe()
|
/openbmc/u-boot/drivers/core/ |
H A D | read.c | 235 const uint8_t *dev_read_u8_array_ptr(struct udevice *dev, const char *propname, in dev_read_u8_array_ptr() function
|
/openbmc/u-boot/drivers/net/ |
H A D | sandbox.c | 424 mac = dev_read_u8_array_ptr(dev, "fake-host-hwaddr", ARP_HLEN); in sb_eth_ofdata_to_platdata()
|