include/dt-bindings/regulator/mediatek,mt6360-regulator.h

Source file repositories/reference/linux-study-clean/include/dt-bindings/regulator/mediatek,mt6360-regulator.h

File Facts

System
Linux kernel
Corpus path
include/dt-bindings/regulator/mediatek,mt6360-regulator.h
Extension
.h
Size
427 bytes
Lines
17
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_MT6360_REGULATOR_H__
#define __DT_BINDINGS_MEDIATEK_MT6360_REGULATOR_H__

/*
 * BUCK/LDO mode constants which may be used in devicetree properties
 * (eg. regulator-allowed-modes).
 * See the manufacturer's datasheet for more information on these modes.
 */

#define MT6360_OPMODE_LP		2
#define MT6360_OPMODE_ULP		3
#define MT6360_OPMODE_NORMAL		0

#endif

Annotation

Implementation Notes