Home
last modified time | relevance | path

Searched refs:mlx90632 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/iio/temperature/
H A Dmlx90632.c3 * mlx90632.c - Melexis MLX90632 contactless IR temperature sensor
259 * mlx90632_reset_delay() - Give the mlx90632 some time to reset properly
1174 struct mlx90632_data *mlx90632; in mlx90632_probe() local
1180 indio_dev = devm_iio_device_alloc(&client->dev, sizeof(*mlx90632)); in mlx90632_probe()
1193 mlx90632 = iio_priv(indio_dev); in mlx90632_probe()
1195 mlx90632->client = client; in mlx90632_probe()
1196 mlx90632->regmap = regmap; in mlx90632_probe()
1197 mlx90632->mtyp = MLX90632_MTYP_MEDICAL; in mlx90632_probe()
1198 mlx90632->powerstatus = MLX90632_PWR_STATUS_HALT; in mlx90632_probe()
1200 mutex_init(&mlx90632 in mlx90632_probe()
[all...]
/kernel/linux/linux-5.10/drivers/iio/temperature/
H A Dmlx90632.c3 * mlx90632.c - Melexis MLX90632 contactless IR temperature sensor
252 * Give the mlx90632 some time to reset properly before sending a new I2C command in mlx90632_set_meas_type()
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()
[all...]

Completed in 4 milliseconds