Searched refs:hdc100x_update_config (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/iio/humidity/ |
D | hdc100x.c | 134 static int hdc100x_update_config(struct hdc100x_data *data, int mask, int val) in hdc100x_update_config() function 155 ret = hdc100x_update_config(data, in hdc100x_set_it_time() 275 ret = hdc100x_update_config(data, HDC100X_REG_CONFIG_HEATER_EN, in hdc100x_write_raw() 291 ret = hdc100x_update_config(data, HDC100X_REG_CONFIG_ACQ_MODE, in hdc100x_buffer_postenable() 304 ret = hdc100x_update_config(data, HDC100X_REG_CONFIG_ACQ_MODE, 0); in hdc100x_buffer_predisable() 385 hdc100x_update_config(data, HDC100X_REG_CONFIG_ACQ_MODE, 0); in hdc100x_probe()
|