include/dt-bindings/regulator/nxp,pca9450-regulator.h

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

File Facts

System
Linux kernel
Corpus path
include/dt-bindings/regulator/nxp,pca9450-regulator.h
Extension
.h
Size
522 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_REGULATORS_NXP_PCA9450_H
#define _DT_BINDINGS_REGULATORS_NXP_PCA9450_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 PCA9450_BUCK_MODE_AUTO		0
#define PCA9450_BUCK_MODE_FORCE_PWM	1

#endif

Annotation

Implementation Notes