Home
last modified time | relevance | path

Searched full:hdc2010 (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/Documentation/devicetree/bindings/iio/humidity/
Dti,hdc2010.yaml4 $id: http://devicetree.org/schemas/iio/humidity/ti,hdc2010.yaml#
7 title: HDC2010/HDC2080 humidity and temperature iio sensors
16 http://www.ti.com/product/HDC2010/datasheet
22 - ti,hdc2010
44 compatible = "ti,hdc2010";
/Linux-v5.10/drivers/iio/humidity/
Dhdc2010.c3 * hdc2010.c - Support for the TI HDC2010 and HDC2080
9 * Datasheet: https://www.ti.com/product/HDC2010/datasheet
278 * HDC2010 and HDC2080, we have the name hardcoded in hdc2010_probe()
280 indio_dev->name = "hdc2010"; in hdc2010_probe()
327 { "hdc2010" },
334 { .compatible = "ti,hdc2010" },
342 .name = "hdc2010",
352 MODULE_DESCRIPTION("TI HDC2010 humidity and temperature sensor driver");
DKconfig41 config HDC2010 config
42 tristate "TI HDC2010 relative humidity and temperature sensor"
46 HDC2010 and HDC2080 relative humidity and temperature sensors.
49 will be called hdc2010.
DMakefile9 obj-$(CONFIG_HDC2010) += hdc2010.o