include/dt-bindings/thermal/tegra114-soctherm.h

Source file repositories/reference/linux-study-clean/include/dt-bindings/thermal/tegra114-soctherm.h

File Facts

System
Linux kernel
Corpus path
include/dt-bindings/thermal/tegra114-soctherm.h
Extension
.h
Size
587 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_THERMAL_TEGRA114_SOCTHERM_H
#define _DT_BINDINGS_THERMAL_TEGRA114_SOCTHERM_H

#define TEGRA114_SOCTHERM_SENSOR_CPU 0
#define TEGRA114_SOCTHERM_SENSOR_MEM 1
#define TEGRA114_SOCTHERM_SENSOR_GPU 2
#define TEGRA114_SOCTHERM_SENSOR_PLLX 3

#define TEGRA114_SOCTHERM_THROT_LEVEL_NONE 0
#define TEGRA114_SOCTHERM_THROT_LEVEL_LOW  1
#define TEGRA114_SOCTHERM_THROT_LEVEL_MED  2
#define TEGRA114_SOCTHERM_THROT_LEVEL_HIGH 3

#endif

Annotation

Implementation Notes