Home
last modified time | relevance | path

Searched full:mlx90632 (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/iio/temperature/
Dmelexis,mlx90632.yaml4 $id: http://devicetree.org/schemas/iio/temperature/melexis,mlx90632.yaml#
7 title: Melexis MLX90632 contactless Infra Red temperature sensor
13 https://www.melexis.com/en/documents/documentation/datasheets/datasheet-mlx90632
16 sensor and MLX90632 is most suitable for consumer applications where
24 temperature. MLX90632 can be calibrated to reduce the housing effect via
32 const: melexis,mlx90632
54 compatible = "melexis,mlx90632";
/Linux-v6.1/drivers/iio/temperature/
Dmlx90632.c3 * mlx90632.c - Melexis MLX90632 contactless IR temperature sensor
7 * Driver for the Melexis MLX90632 I2C 16-bit IR thermopile sensor
123 * struct mlx90632_data - private data for the MLX90632 device
214 * mlx90632_reset_delay() - Give the mlx90632 some time to reset properly
882 struct mlx90632_data *mlx90632; in mlx90632_probe() local
887 indio_dev = devm_iio_device_alloc(&client->dev, sizeof(*mlx90632)); in mlx90632_probe()
900 mlx90632 = iio_priv(indio_dev); in mlx90632_probe()
902 mlx90632->client = client; in mlx90632_probe()
903 mlx90632->regmap = regmap; in mlx90632_probe()
904 mlx90632->mtyp = MLX90632_MTYP_MEDICAL; in mlx90632_probe()
[all …]
DKconfig67 config MLX90632 config
68 tristate "MLX90632 contact-less infrared sensor with medical accuracy"
73 MLX90632 contact-less infrared sensor with medical accuracy
77 be called mlx90632.
DMakefile13 obj-$(CONFIG_MLX90632) += mlx90632.o
/Linux-v6.1/
DMAINTAINERS13104 MELEXIS MLX90632 DRIVER
13109 F: drivers/iio/temperature/mlx90632.c