Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Di2c.h275 int i2c_get_chip_offset_len(struct udevice *dev);
/rk3399_rockchip-uboot/drivers/i2c/
H A Di2c-uclass.c458 int i2c_get_chip_offset_len(struct udevice *dev) in i2c_get_chip_offset_len() function
/rk3399_rockchip-uboot/cmd/
H A Di2c.c487 ret = i2c_get_chip_offset_len(dev); in do_i2c_olen()