Searched full:max30100 (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/Documentation/devicetree/bindings/iio/health/ |
D | maxim,max30100.yaml | 4 $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";
|
D | maxim,max30102.yaml | 45 const: maxim,max30100
|
/Linux-v6.6/drivers/iio/health/ |
D | Kconfig | 37 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.
|
D | max30100.c | 3 * 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");
|
D | Makefile | 10 obj-$(CONFIG_MAX30100) += max30100.o
|