Home
last modified time | relevance | path

Searched full:max30100 (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/health/
Dmax30100.txt1 Maxim MAX30100 heart rate and pulse oximeter sensor
3 * https://datasheets.maximintegrated.com/en/ds/MAX30100.pdf
6 - compatible: must be "maxim,max30100"
22 max30100@57 {
23 compatible = "maxim,max30100";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/health/
Dmaxim,max30100.yaml4 $id: http://devicetree.org/schemas/iio/health/maxim,max30100.yaml#
7 title: Maxim MAX30100 heart rate and pulse oximeter sensor
14 const: maxim,max30100
44 compatible = "maxim,max30100";
/kernel/linux/linux-5.10/drivers/iio/health/
DKconfig37 config MAX30100 config
38 tristate "MAX30100 heart rate and pulse oximeter sensor"
45 MAX30100 heart rate, and pulse oximeter sensor.
48 module will be called max30100.
Dmax30100.c3 * max30100.c - Support for MAX30100 heart rate and pulse oximeter sensor
26 #define MAX30100_DRV_NAME "max30100"
489 { "max30100", 0 },
495 { .compatible = "maxim,max30100" },
512 MODULE_DESCRIPTION("MAX30100 heart rate and pulse oximeter sensor");
DMakefile10 obj-$(CONFIG_MAX30100) += max30100.o
/kernel/linux/linux-6.6/drivers/iio/health/
DKconfig37 config MAX30100 config
38 tristate "MAX30100 heart rate and pulse oximeter sensor"
45 MAX30100 heart rate, and pulse oximeter sensor.
48 module will be called max30100.
Dmax30100.c3 * max30100.c - Support for MAX30100 heart rate and pulse oximeter sensor
26 #define MAX30100_DRV_NAME "max30100"
486 { "max30100", 0 },
492 { .compatible = "maxim,max30100" },
509 MODULE_DESCRIPTION("MAX30100 heart rate and pulse oximeter sensor");
DMakefile10 obj-$(CONFIG_MAX30100) += max30100.o