Home
last modified time | relevance | path

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

/Linux-v5.10/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.10/drivers/iio/temperature/
Dmlx90632.c842 struct mlx90632_data *mlx90632; in mlx90632_probe() local
847 indio_dev = devm_iio_device_alloc(&client->dev, sizeof(*mlx90632)); in mlx90632_probe()
860 mlx90632 = iio_priv(indio_dev); in mlx90632_probe()
862 mlx90632->client = client; in mlx90632_probe()
863 mlx90632->regmap = regmap; in mlx90632_probe()
864 mlx90632->mtyp = MLX90632_MTYP_MEDICAL; in mlx90632_probe()
866 mutex_init(&mlx90632->lock); in mlx90632_probe()
873 ret = mlx90632_wakeup(mlx90632); in mlx90632_probe()
879 ret = regmap_read(mlx90632->regmap, MLX90632_EE_VERSION, &read); in mlx90632_probe()
894 mlx90632->mtyp = MLX90632_MTYP_EXTENDED; in mlx90632_probe()
[all …]
DMakefile12 obj-$(CONFIG_MLX90632) += mlx90632.o
DKconfig78 be called mlx90632.
/Linux-v5.10/
DMAINTAINERS11167 F: drivers/iio/temperature/mlx90632.c