Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwmon/
Dhtu21.c33 struct htu21 { struct
64 struct htu21 *htu21 = dev_get_drvdata(dev); in htu21_update_measurements() local
65 struct i2c_client *client = htu21->client; in htu21_update_measurements()
68 mutex_lock(&htu21->lock); in htu21_update_measurements()
70 if (time_after(jiffies, htu21->last_update + HZ / 2) || in htu21_update_measurements()
71 !htu21->valid) { in htu21_update_measurements()
76 htu21->temperature = htu21_temp_ticks_to_millicelsius(ret); in htu21_update_measurements()
81 htu21->humidity = htu21_rh_ticks_to_per_cent_mille(ret); in htu21_update_measurements()
82 htu21->last_update = jiffies; in htu21_update_measurements()
83 htu21->valid = true; in htu21_update_measurements()
[all …]
DMakefile71 obj-$(CONFIG_SENSORS_HTU21) += htu21.o
DKconfig870 will be called htu21.
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-iio-meas-spec7 This ABI is available for tsys02d, htu21, ms8607
8 This ABI is available for htu21, ms8607
/linux-4.4.14/Documentation/hwmon/
Dhtu211 Kernel driver htu21
6 Prefix: 'htu21'
22 same I2C address 0x40, so an entry with I2C_BOARD_INFO("htu21", 0x40) can
/linux-4.4.14/drivers/iio/humidity/
DMakefile7 obj-$(CONFIG_HTU21) += htu21.o
DKconfig36 be called htu21.