Searched full:hdc2010 (Results 1 – 4 of 4) sorted by relevance
4 $id: http://devicetree.org/schemas/iio/humidity/ti,hdc2010.yaml#7 title: HDC2010/HDC2080 humidity and temperature iio sensors16 http://www.ti.com/product/HDC2010/datasheet22 - ti,hdc201044 compatible = "ti,hdc2010";
3 * hdc2010.c - Support for the TI HDC2010 and HDC20809 * Datasheet: https://www.ti.com/product/HDC2010/datasheet278 * 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");
41 config HDC2010 config42 tristate "TI HDC2010 relative humidity and temperature sensor"46 HDC2010 and HDC2080 relative humidity and temperature sensors.49 will be called hdc2010.
9 obj-$(CONFIG_HDC2010) += hdc2010.o