Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/iio/health/
H A 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";
/linux/drivers/iio/health/
H A 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.
H A Dmax30100.c3 * max30100.c - Support for MAX30100 heart rate and pulse oximeter sensor
26 #define MAX30100_DRV_NAME "max30100"
485 { "max30100" },
491 { .compatible = "maxim,max30100" },
508 MODULE_DESCRIPTION("MAX30100 heart rate and pulse oximeter sensor");
H A DMakefile10 obj-$(CONFIG_MAX30100) += max30100.o