Home
last modified time | relevance | path

Searched refs:hdc3020_heater_vals (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/iio/humidity/
Dhdc3020.c88 static const int hdc3020_heater_vals[] = {0, 1, 0x3FFF}; variable
329 *vals = hdc3020_heater_vals; in hdc3020_read_available()
340 if (val < hdc3020_heater_vals[0] || val > hdc3020_heater_vals[2]) in hdc3020_update_heater()