include/dt-bindings/iio/adc/mediatek,mt6373-auxadc.h

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

File Facts

System
Linux kernel
Corpus path
include/dt-bindings/iio/adc/mediatek,mt6373-auxadc.h
Extension
.h
Size
537 bytes
Lines
20
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_MT6373_AUXADC_H
#define _DT_BINDINGS_MEDIATEK_MT6373_AUXADC_H

/* ADC Channel Index */
#define MT6373_AUXADC_CHIP_TEMP		0
#define MT6373_AUXADC_VCORE_TEMP	1
#define MT6373_AUXADC_VPROC_TEMP	2
#define MT6373_AUXADC_VGPU_TEMP		3
#define MT6373_AUXADC_VIN1		4
#define MT6373_AUXADC_VIN2		5
#define MT6373_AUXADC_VIN3		6
#define MT6373_AUXADC_VIN4		7
#define MT6373_AUXADC_VIN5		8
#define MT6373_AUXADC_VIN6		9
#define MT6373_AUXADC_VIN7		10

#endif

Annotation

Implementation Notes