Searched refs:tmp007_reg_write (Results 1 – 3 of 3) sorted by relevance
35 int tmp007_reg_write(const struct i2c_dt_spec *i2c, uint8_t reg, uint16_t val) in tmp007_reg_write() function55 return tmp007_reg_write(i2c, reg, new_val); in tmp007_reg_update()
69 int tmp007_reg_write(const struct i2c_dt_spec *i2c, uint8_t reg, uint16_t val);
61 if (tmp007_reg_write(&cfg->i2c, reg, value) < 0) { in tmp007_attr_set()