Searched defs:offset_len (Results 1 – 5 of 5) sorted by relevance
| /third_party/uboot/u-boot-2020.01/drivers/misc/ |
| D | i2c_eeprom_emul.c | 24 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/ |
| D | i2c-uclass.c | 55 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/ |
| D | turris_omnia.c | 91 uint offset_len) in omnia_get_i2c_chip()
|
| /third_party/uboot/u-boot-2020.01/include/ |
| D | i2c.h | 52 uint offset_len; member
|
| /third_party/ffmpeg/libavcodec/ |
| D | hevcdec.c | 859 int offset_len = get_ue_golomb_long(gb) + 1; in hls_slice_header() local
|