Searched full:hdc3020 (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/iio/humidity/ |
D | ti,hdc3020.yaml | 4 $id: http://devicetree.org/schemas/iio/humidity/ti,hdc3020.yaml# 7 title: HDC3020/HDC3021/HDC3022 humidity and temperature iio sensors 14 https://www.ti.com/lit/ds/symlink/hdc3020.pdf 26 - const: ti,hdc3020 27 - const: ti,hdc3020 56 compatible = "ti,hdc3021", "ti,hdc3020";
|
/linux-6.12.1/drivers/iio/humidity/ |
D | Kconfig | 62 config HDC3020 config 63 tristate "TI HDC3020 relative humidity and temperature sensor" 68 HDC3020, HDC3021 and HDC3022 relative humidity and temperature 72 will be called hdc3020.
|
D | hdc3020.c | 3 * hdc3020.c - Support for the TI HDC3020,HDC3021 and HDC3022 10 * Datasheet: https://www.ti.com/lit/ds/symlink/hdc3020.pdf 149 * During the measurement process, HDC3020 will not return data. in hdc3020_write_bytes() 187 * During the measurement process, HDC3020 will not return data. in hdc3020_read_bytes() 802 indio_dev->name = "hdc3020"; in hdc3020_probe() 830 IRQF_ONESHOT, "hdc3020", in hdc3020_probe() 863 { "hdc3020" }, 871 { .compatible = "ti,hdc3020" }, 880 .name = "hdc3020", 891 MODULE_DESCRIPTION("TI HDC3020 humidity and temperature sensor driver");
|
D | Makefile | 11 obj-$(CONFIG_HDC3020) += hdc3020.o
|
/linux-6.12.1/ |
D | MAINTAINERS | 23197 F: Documentation/devicetree/bindings/iio/humidity/ti,hdc3020.yaml 23198 F: drivers/iio/humidity/hdc3020.c
|