Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/devicetree/bindings/iio/temperature/
Dmlx90632.txt3 Link to datasheet: https://www.melexis.com/en/documents/documentation/datasheets/datasheet-mlx90632
20 - compatible: should be "melexis,mlx90632"
25 mlx90632@3a {
26 compatible = "melexis,mlx90632";
/Linux-v5.4/drivers/iio/temperature/
Dmlx90632.c624 struct mlx90632_data *mlx90632; in mlx90632_probe() local
629 indio_dev = devm_iio_device_alloc(&client->dev, sizeof(*mlx90632)); in mlx90632_probe()
642 mlx90632 = iio_priv(indio_dev); in mlx90632_probe()
644 mlx90632->client = client; in mlx90632_probe()
645 mlx90632->regmap = regmap; in mlx90632_probe()
647 mutex_init(&mlx90632->lock); in mlx90632_probe()
655 ret = mlx90632_wakeup(mlx90632); in mlx90632_probe()
661 ret = regmap_read(mlx90632->regmap, MLX90632_EE_VERSION, &read); in mlx90632_probe()
682 mlx90632->emissivity = 1000; in mlx90632_probe()
687 mlx90632_sleep(mlx90632); in mlx90632_probe()
DMakefile10 obj-$(CONFIG_MLX90632) += mlx90632.o
DKconfig57 be called mlx90632.
/Linux-v5.4/
DMAINTAINERS10378 F: drivers/iio/temperature/mlx90632.c