Home
last modified time | relevance | path

Searched defs:offset_len (Results 1 – 5 of 5) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/misc/
Di2c_eeprom_emul.c24 int offset_len; /* Length of an offset in bytes */ member
40 void sandbox_i2c_eeprom_set_offset_len(struct udevice *dev, int offset_len) in sandbox_i2c_eeprom_set_offset_len()
/third_party/uboot/u-boot-2020.01/drivers/i2c/
Di2c-uclass.c55 int offset_len; in i2c_setup_offset() local
274 static int i2c_bind_driver(struct udevice *bus, uint chip_addr, uint offset_len, in i2c_bind_driver()
314 int i2c_get_chip(struct udevice *bus, uint chip_addr, uint offset_len, in i2c_get_chip()
339 int i2c_get_chip_for_busnum(int busnum, int chip_addr, uint offset_len, in i2c_get_chip_for_busnum()
450 int i2c_set_chip_offset_len(struct udevice *dev, uint offset_len) in i2c_set_chip_offset_len()
/third_party/uboot/u-boot-2020.01/board/CZ.NIC/turris_omnia/
Dturris_omnia.c91 uint offset_len) in omnia_get_i2c_chip()
/third_party/uboot/u-boot-2020.01/include/
Di2c.h52 uint offset_len; member
/third_party/ffmpeg/libavcodec/
Dhevcdec.c859 int offset_len = get_ue_golomb_long(gb) + 1; in hls_slice_header() local