include/dt-bindings/iio/adc/mediatek,mt6370_adc.h

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

File Facts

System
Linux kernel
Corpus path
include/dt-bindings/iio/adc/mediatek,mt6370_adc.h
Extension
.h
Size
473 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_MEDIATEK_MT6370_ADC_H__
#define __DT_BINDINGS_MEDIATEK_MT6370_ADC_H__

/* ADC Channel Index */
#define MT6370_CHAN_VBUSDIV5	0
#define MT6370_CHAN_VBUSDIV2	1
#define MT6370_CHAN_VSYS	2
#define MT6370_CHAN_VBAT	3
#define MT6370_CHAN_TS_BAT	4
#define MT6370_CHAN_IBUS	5
#define MT6370_CHAN_IBAT	6
#define MT6370_CHAN_CHG_VDDP	7
#define MT6370_CHAN_TEMP_JC	8
#define MT6370_CHAN_MAX		9

#endif

Annotation

Implementation Notes