Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/devicetree/bindings/iio/health/
Dti,afe4404.yaml4 $id: http://devicetree.org/schemas/iio/health/ti,afe4404.yaml#
7 title: Texas Instruments AFE4404 Heart rate and Pulse Oximeter
14 const: ti,afe4404
44 compatible = "ti,afe4404";
/Linux-v6.6/drivers/iio/health/
DKconfig24 config AFE4404 config
25 tristate "TI AFE4404 heart rate and pulse oximeter sensor"
31 Say yes to choose the Texas Instruments AFE4404
35 module will be called afe4404.
Dafe4404.c3 * AFE4404 Heart Rate Monitors and Low-Cost Pulse Oximeters
28 #define AFE4404_DRIVER_NAME "afe4404"
30 /* AFE4404 registers */
43 /* AFE4404 CONTROL2 register fields */
79 * struct afe4404_data - AFE4404 device instance data
415 { .compatible = "ti,afe4404", },
601 { "afe4404", 0 },
619 MODULE_DESCRIPTION("TI AFE4404 Heart Rate Monitor and Pulse Oximeter AFE");
DMakefile9 obj-$(CONFIG_AFE4404) += afe4404.o