Searched refs:htu21 (Results 1 – 7 of 7) sorted by relevance
33 struct htu21 { struct64 struct htu21 *htu21 = dev_get_drvdata(dev); in htu21_update_measurements() local65 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 …]
71 obj-$(CONFIG_SENSORS_HTU21) += htu21.o
870 will be called htu21.
7 This ABI is available for tsys02d, htu21, ms86078 This ABI is available for htu21, ms8607
1 Kernel driver htu216 Prefix: 'htu21'22 same I2C address 0x40, so an entry with I2C_BOARD_INFO("htu21", 0x40) can
7 obj-$(CONFIG_HTU21) += htu21.o
36 be called htu21.