include/dt-bindings/iio/adc/ingenic,adc.h

Source file repositories/reference/linux-study-clean/include/dt-bindings/iio/adc/ingenic,adc.h

File Facts

System
Linux kernel
Corpus path
include/dt-bindings/iio/adc/ingenic,adc.h
Extension
.h
Size
455 bytes
Lines
19
Domain
Repository Root And Misc
Bucket
include
Inferred role
Repository Root And Misc: implementation source
Status
source implementation candidate

Why This File Exists

Top-level or miscellaneous repository surface. Use this as map coverage unless a later manual pass promotes the file into a deeper subsystem dossier.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _DT_BINDINGS_IIO_ADC_INGENIC_ADC_H
#define _DT_BINDINGS_IIO_ADC_INGENIC_ADC_H

/* ADC channel idx. */
#define INGENIC_ADC_AUX		0
#define INGENIC_ADC_BATTERY	1
#define INGENIC_ADC_AUX2	2
#define INGENIC_ADC_TOUCH_XP	3
#define INGENIC_ADC_TOUCH_YP	4
#define INGENIC_ADC_TOUCH_XN	5
#define INGENIC_ADC_TOUCH_YN	6
#define INGENIC_ADC_TOUCH_XD	7
#define INGENIC_ADC_TOUCH_YD	8
#define INGENIC_ADC_AUX0	9

#endif

Annotation

Implementation Notes