Searched refs:mlx90632 (Results 1 – 5 of 5) sorted by relevance
3 Link to datasheet: https://www.melexis.com/en/documents/documentation/datasheets/datasheet-mlx9063220 - compatible: should be "melexis,mlx90632"25 mlx90632@3a {26 compatible = "melexis,mlx90632";
621 struct mlx90632_data *mlx90632; in mlx90632_probe() local626 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()
9 obj-$(CONFIG_MLX90632) += mlx90632.o
56 be called mlx90632.
9313 F: drivers/iio/temperature/mlx90632.c