Home
last modified time | relevance | path

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

/linux/drivers/iio/temperature/
H A Dmlx90632.c1172 struct mlx90632_data *mlx90632; in mlx90632_probe() local
1178 indio_dev = devm_iio_device_alloc(&client->dev, sizeof(*mlx90632)); in mlx90632_probe()
1189 mlx90632 = iio_priv(indio_dev); in mlx90632_probe()
1191 mlx90632->client = client; in mlx90632_probe()
1192 mlx90632->regmap = regmap; in mlx90632_probe()
1193 mlx90632->mtyp = MLX90632_MTYP_MEDICAL; in mlx90632_probe()
1194 mlx90632->powerstatus = MLX90632_PWR_STATUS_HALT; in mlx90632_probe()
1196 mutex_init(&mlx90632->lock); in mlx90632_probe()
1203 mlx90632->regulator = devm_regulator_get(&client->dev, "vdd"); in mlx90632_probe()
1204 if (IS_ERR(mlx90632->regulator)) in mlx90632_probe()
[all …]
H A DMakefile15 obj-$(CONFIG_MLX90632) += mlx90632.o
/linux/
H A DMAINTAINERS16878 F: drivers/iio/temperature/mlx90632.c