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

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

File Facts

System
Linux kernel
Corpus path
include/dt-bindings/regulator/mediatek,mt6397-regulator.h
Extension
.h
Size
424 bytes
Lines
16
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_REGULATOR_MEDIATEK_MT6397_H_
#define _DT_BINDINGS_REGULATOR_MEDIATEK_MT6397_H_

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

#define MT6397_BUCK_MODE_AUTO		0
#define MT6397_BUCK_MODE_FORCE_PWM	1

#endif

Annotation

Implementation Notes