Home
last modified time | relevance | path

Searched full:mlx90614 (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/iio/temperature/
Dmelexis,mlx90614.yaml4 $id: http://devicetree.org/schemas/iio/temperature/melexis,mlx90614.yaml#
7 title: Melexis MLX90614/MLX90615 contactless IR temperature sensor
14 http://melexis.com/Infrared-Thermometer-Sensors/Infrared-Thermometer-Sensors/MLX90614-615.aspx
19 - melexis,mlx90614
47 compatible = "melexis,mlx90614";
/linux-6.12.1/drivers/iio/temperature/
DKconfig57 config MLX90614 config
58 tristate "MLX90614 contact-less infrared sensor"
62 MLX90614 contact-less infrared sensor connected with I2C.
65 be called mlx90614.
Dmlx90614.c3 * mlx90614.c - Support for Melexis MLX90614/MLX90615 contactless IR temperature sensor
9 * Driver for the Melexis MLX90614/MLX90615 I2C 16-bit IR thermopile sensor
11 * MLX90614 - 17-bit ADC + MLX90302 DSP
88 /* support for two input channels (MLX90614 only) */
115 * Note: The mlx90614 requires a PEC on writing but does not send us a in mlx90614_write_word()
320 /* IIR setting with FIR=1024 (MLX90614) or FIR=65536 (MLX90615) */ in mlx90614_read_raw()
706 { "mlx90614", .driver_data = (kernel_ulong_t)&mlx90614_chip_info },
713 { .compatible = "melexis,mlx90614", .data = &mlx90614_chip_info },
773 .name = "mlx90614",
786 MODULE_DESCRIPTION("Melexis MLX90614 contactless IR temperature sensor driver");
DMakefile14 obj-$(CONFIG_MLX90614) += mlx90614.o
/linux-6.12.1/
DMAINTAINERS14622 MELEXIS MLX90614 DRIVER
14627 F: drivers/iio/temperature/mlx90614.c