Searched refs:offset_buf (Results 1 – 1 of 1) sorted by relevance
53 uint8_t offset_buf[], struct i2c_msg *msg) in i2c_setup_offset() argument63 msg->buf = offset_buf; in i2c_setup_offset()69 *offset_buf++ = offset >> (8 * offset_len); in i2c_setup_offset()81 uint8_t offset_buf[I2C_MAX_OFFSET_LEN]; in i2c_read_bytewise() local86 if (i2c_setup_offset(chip, offset + i, offset_buf, msg)) in i2c_read_bytewise()133 uint8_t offset_buf[I2C_MAX_OFFSET_LEN]; in dm_i2c_read() local141 if (!i2c_setup_offset(chip, offset, offset_buf, ptr)) in dm_i2c_read()