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";
624 struct mlx90632_data *mlx90632; in mlx90632_probe() local629 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()
10 obj-$(CONFIG_MLX90632) += mlx90632.o
57 be called mlx90632.
10378 F: drivers/iio/temperature/mlx90632.c