Searched refs:sht21 (Results 1 – 5 of 5) sorted by relevance
38 struct sht21 { struct87 struct sht21 *sht21 = dev_get_drvdata(dev); in sht21_update_measurements() local129 struct sht21 *sht21 = dev_get_drvdata(dev); in sht21_temperature_show() local150 struct sht21 *sht21 = dev_get_drvdata(dev); in sht21_humidity_show() local159 static ssize_t eic_read(struct sht21 *sht21) in eic_read() argument202 ret = snprintf(sht21->eic, sizeof(sht21->eic), in eic_read()208 sht21->eic[0] = 0; in eic_read()226 struct sht21 *sht21 = dev_get_drvdata(dev); in eic_show() local257 struct sht21 *sht21; in sht21_probe() local266 sht21 = devm_kzalloc(dev, sizeof(*sht21), GFP_KERNEL); in sht21_probe()[all …]
174 obj-$(CONFIG_SENSORS_SHT21) += sht21.o
1604 will be called sht21.
1 Kernel driver sht218 Prefix: 'sht21'44 I2C address 0x40, so an entry with I2C_BOARD_INFO("sht21", 0x40) can be used
171 sht21
Completed in 10 milliseconds