Lines Matching refs:mlx90632
848 struct mlx90632_data *mlx90632; in mlx90632_probe() local
853 indio_dev = devm_iio_device_alloc(&client->dev, sizeof(*mlx90632)); in mlx90632_probe()
866 mlx90632 = iio_priv(indio_dev); in mlx90632_probe()
868 mlx90632->client = client; in mlx90632_probe()
869 mlx90632->regmap = regmap; in mlx90632_probe()
870 mlx90632->mtyp = MLX90632_MTYP_MEDICAL; in mlx90632_probe()
872 mutex_init(&mlx90632->lock); in mlx90632_probe()
879 ret = mlx90632_wakeup(mlx90632); in mlx90632_probe()
885 ret = regmap_read(mlx90632->regmap, MLX90632_EE_VERSION, &read); in mlx90632_probe()
900 mlx90632->mtyp = MLX90632_MTYP_EXTENDED; in mlx90632_probe()
911 mlx90632->emissivity = 1000; in mlx90632_probe()
912 mlx90632->object_ambient_temperature = 25000; /* 25 degrees milliCelsius */ in mlx90632_probe()
917 mlx90632_sleep(mlx90632); in mlx90632_probe()