Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Di2c.h260 int i2c_get_chip_offset_len(struct udevice *dev);
/openbmc/u-boot/drivers/i2c/
H A Di2c-uclass.c461 int i2c_get_chip_offset_len(struct udevice *dev) in i2c_get_chip_offset_len() function
/openbmc/u-boot/cmd/
H A Di2c.c484 ret = i2c_get_chip_offset_len(dev); in do_i2c_olen()