Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/iio/temperature/
Dmlx90632.c621 struct mlx90632_data *mlx90632; in mlx90632_probe() local
626 indio_dev = devm_iio_device_alloc(&client->dev, sizeof(*mlx90632)); in mlx90632_probe()
639 mlx90632 = iio_priv(indio_dev); in mlx90632_probe()
641 mlx90632->client = client; in mlx90632_probe()
642 mlx90632->regmap = regmap; in mlx90632_probe()
644 mutex_init(&mlx90632->lock); in mlx90632_probe()
652 ret = mlx90632_wakeup(mlx90632); in mlx90632_probe()
658 ret = regmap_read(mlx90632->regmap, MLX90632_EE_VERSION, &read); in mlx90632_probe()
676 mlx90632->emissivity = 1000; in mlx90632_probe()
681 mlx90632_sleep(mlx90632); in mlx90632_probe()
DMakefile9 obj-$(CONFIG_MLX90632) += mlx90632.o
DKconfig56 be called mlx90632.
/Linux-v4.19/
DMAINTAINERS9313 F: drivers/iio/temperature/mlx90632.c