Searched refs:offset_buf (Results 1 – 1 of 1) sorted by relevance
60 uint8_t offset_buf[], struct i2c_msg *msg) in i2c_setup_offset() argument70 msg->buf = offset_buf; in i2c_setup_offset()76 *offset_buf++ = offset >> (8 * offset_len); in i2c_setup_offset()88 uint8_t offset_buf[I2C_MAX_OFFSET_LEN]; in i2c_read_bytewise() local93 if (i2c_setup_offset(chip, offset + i, offset_buf, msg)) in i2c_read_bytewise()140 uint8_t offset_buf[I2C_MAX_OFFSET_LEN]; in dm_i2c_read() local148 if (!i2c_setup_offset(chip, offset, offset_buf, ptr)) in dm_i2c_read()
Completed in 6 milliseconds