Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/temperature/
Dmlx90632.c1174 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->lock); in mlx90632_probe()
1207 mlx90632->regulator = devm_regulator_get(&client->dev, "vdd"); in mlx90632_probe()
1208 if (IS_ERR(mlx90632->regulator)) in mlx90632_probe()
[all …]
DMakefile15 obj-$(CONFIG_MLX90632) += mlx90632.o
DKconfig77 be called mlx90632.
/linux-6.12.1/
DMAINTAINERS14634 F: drivers/iio/temperature/mlx90632.c