Home
last modified time | relevance | path

Searched refs:i2c_get_chip_offset_len (Results 1 – 4 of 4) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/rtc/
Drx8025.c252 if (i2c_get_chip_offset_len(dev) != 1)
/third_party/uboot/u-boot-2020.01/include/
Di2c.h262 int i2c_get_chip_offset_len(struct udevice *dev);
/third_party/uboot/u-boot-2020.01/drivers/i2c/
Di2c-uclass.c461 int i2c_get_chip_offset_len(struct udevice *dev) in i2c_get_chip_offset_len() function
/third_party/uboot/u-boot-2020.01/cmd/
Di2c.c484 ret = i2c_get_chip_offset_len(dev); in do_i2c_olen()