Home
last modified time | relevance | path

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

/Linux-v6.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";
Dmaxim,max30102.yaml45 const: maxim,max30100
/Linux-v6.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