Home
last modified time | relevance | path

Searched refs:dev_read_u8_array_ptr (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/dm/
H A Dread.h464 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 Di2c_pmic_emul.c123 reg_defaults = dev_read_u8_array_ptr(emul, "reg-defaults", in sandbox_i2c_pmic_ofdata_to_platdata()
/openbmc/u-boot/drivers/gpio/
H A Dhsdk-creg-gpio.c90 defaults = dev_read_u8_array_ptr(dev, "gpio-default-val", gpio_count); in hsdk_creg_gpio_probe()
/openbmc/u-boot/drivers/core/
H A Dread.c235 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 Dsandbox.c424 mac = dev_read_u8_array_ptr(dev, "fake-host-hwaddr", ARP_HLEN); in sb_eth_ofdata_to_platdata()