Searched full:mlx90632 (Results 1 – 10 of 10) sorted by relevance
1 * Melexis MLX90632 contactless Infra Red temperature sensor3 Link to datasheet: https://www.melexis.com/en/documents/documentation/datasheets/datasheet-mlx906326 and MLX90632 is most suitable for consumer applications where measured object13 temperature. MLX90632 can be calibrated to reduce the housing effect via20 - compatible: should be "melexis,mlx90632"25 mlx90632@3a {26 compatible = "melexis,mlx90632";
4 $id: http://devicetree.org/schemas/iio/temperature/melexis,mlx90632.yaml#7 title: Melexis MLX90632 contactless Infra Red temperature sensor13 https://www.melexis.com/en/documents/documentation/datasheets/datasheet-mlx9063216 sensor and MLX90632 is most suitable for consumer applications where24 temperature. MLX90632 can be calibrated to reduce the housing effect via32 const: melexis,mlx9063254 compatible = "melexis,mlx90632";
3 * mlx90632.c - Melexis MLX90632 contactless IR temperature sensor7 * Driver for the Melexis MLX90632 I2C 16-bit IR thermopile sensor139 * struct mlx90632_data - private data for the MLX90632 device259 * mlx90632_reset_delay() - Give the mlx90632 some time to reset properly1174 struct mlx90632_data *mlx90632; in mlx90632_probe() local1180 indio_dev = devm_iio_device_alloc(&client->dev, sizeof(*mlx90632)); in mlx90632_probe()1193 mlx90632 = iio_priv(indio_dev); in mlx90632_probe()1195 mlx90632->client = client; in mlx90632_probe()1196 mlx90632->regmap = regmap; in mlx90632_probe()1197 mlx90632->mtyp = MLX90632_MTYP_MEDICAL; in mlx90632_probe()[all …]
67 config MLX90632 config68 tristate "MLX90632 contact-less infrared sensor with medical accuracy"73 MLX90632 contact-less infrared sensor with medical accuracy77 be called mlx90632.
14 obj-$(CONFIG_MLX90632) += mlx90632.o
3 * mlx90632.c - Melexis MLX90632 contactless IR temperature sensor7 * Driver for the Melexis MLX90632 I2C 16-bit IR thermopile sensor122 * struct mlx90632_data - private data for the MLX90632 device252 * Give the mlx90632 some time to reset properly before sending a new I2C command in mlx90632_set_meas_type()848 struct mlx90632_data *mlx90632; in mlx90632_probe() local853 indio_dev = devm_iio_device_alloc(&client->dev, sizeof(*mlx90632)); in mlx90632_probe()866 mlx90632 = iio_priv(indio_dev); in mlx90632_probe()868 mlx90632->client = client; in mlx90632_probe()869 mlx90632->regmap = regmap; in mlx90632_probe()870 mlx90632->mtyp = MLX90632_MTYP_MEDICAL; in mlx90632_probe()[all …]
12 obj-$(CONFIG_MLX90632) += mlx90632.o
11155 MELEXIS MLX90632 DRIVER11160 F: drivers/iio/temperature/mlx90632.c
13551 MELEXIS MLX90632 DRIVER13556 F: drivers/iio/temperature/mlx90632.c