include/linux/regulator/mt6380-regulator.h

Source file repositories/reference/linux-study-clean/include/linux/regulator/mt6380-regulator.h

File Facts

System
Linux kernel
Corpus path
include/linux/regulator/mt6380-regulator.h
Extension
.h
Size
475 bytes
Lines
25
Domain
Core OS
Bucket
Core Kernel Interface
Inferred role
Core OS: implementation source
Status
source implementation candidate

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef __LINUX_REGULATOR_mt6380_H
#define __LINUX_REGULATOR_mt6380_H

enum {
	MT6380_ID_VCPU = 0,
	MT6380_ID_VCORE,
	MT6380_ID_VRF,
	MT6380_ID_VMLDO,
	MT6380_ID_VALDO,
	MT6380_ID_VPHYLDO,
	MT6380_ID_VDDRLDO,
	MT6380_ID_VTLDO,
	MT6380_ID_RG_MAX,
};

#define MT6380_MAX_REGULATOR	MT6380_ID_RG_MAX

#endif /* __LINUX_REGULATOR_mt6380_H */

Annotation

Implementation Notes