Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/temperature/
Dmlx90635.c933 struct mlx90635_data *mlx90635; in mlx90635_probe() local
940 indio_dev = devm_iio_device_alloc(&client->dev, sizeof(*mlx90635)); in mlx90635_probe()
954 mlx90635 = iio_priv(indio_dev); in mlx90635_probe()
956 mlx90635->client = client; in mlx90635_probe()
957 mlx90635->regmap = regmap; in mlx90635_probe()
958 mlx90635->regmap_ee = regmap_ee; in mlx90635_probe()
959 mlx90635->powerstatus = MLX90635_PWR_STATUS_SLEEP_STEP; in mlx90635_probe()
961 mutex_init(&mlx90635->lock); in mlx90635_probe()
968 mlx90635->regulator = devm_regulator_get(&client->dev, "vdd"); in mlx90635_probe()
969 if (IS_ERR(mlx90635->regulator)) in mlx90635_probe()
[all …]
DMakefile16 obj-$(CONFIG_MLX90632) += mlx90635.o
DKconfig89 be called mlx90635.
/linux-6.12.1/
DMAINTAINERS14641 F: drivers/iio/temperature/mlx90635.c