Home
last modified time | relevance | path

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

/linux/drivers/iio/temperature/
H A Dmlx90635.c931 struct mlx90635_data *mlx90635; in mlx90635_probe() local
938 indio_dev = devm_iio_device_alloc(&client->dev, sizeof(*mlx90635)); in mlx90635_probe()
952 mlx90635 = iio_priv(indio_dev); in mlx90635_probe()
954 mlx90635->client = client; in mlx90635_probe()
955 mlx90635->regmap = regmap; in mlx90635_probe()
956 mlx90635->regmap_ee = regmap_ee; in mlx90635_probe()
957 mlx90635->powerstatus = MLX90635_PWR_STATUS_SLEEP_STEP; in mlx90635_probe()
959 mutex_init(&mlx90635->lock); in mlx90635_probe()
966 mlx90635->regulator = devm_regulator_get(&client->dev, "vdd"); in mlx90635_probe()
967 if (IS_ERR(mlx90635->regulator)) in mlx90635_probe()
[all …]
H A DMakefile16 obj-$(CONFIG_MLX90635) += mlx90635.o
/linux/
H A DMAINTAINERS16887 F: drivers/iio/temperature/mlx90635.c