Documentation/driver-api/thermal/index.rst GitHub 원문 ↗

Linux 6.18.37 · Driver API

Thermal Driver API

CPU cooling, sysfs, power allocator 및 Exynos·Nouveau·x86·Intel DPTF thermal 문서를 연결하는 한국어 전문 색인입니다.

Source pathDocumentation/driver-api/thermal/index.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

요약·해설

index.rst:1-19

이 색인은 Linux thermal subsystem의 cooling API, sysfs interface, power allocator governor와 주요 platform driver 문서를 한 단계 `toctree`로 연결합니다.

문서 구성
원문 줄핵심 내용
1-6SPDX license와 Thermal 제목
7-199개 하위 문서의 toctree

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 .. SPDX-License-Identifier: GPL-2.0
2
3 =======
4 Thermal
5 =======
6
7 .. toctree::
8 :maxdepth: 1
9
10 cpu-cooling-api
11 cpu-idle-cooling
12 sysfs-api
13 power_allocator
14
15 exynos_thermal
16 exynos_thermal_emulation
17 nouveau_thermal
18 x86_pkg_temperature_thermal
19 intel_dptf
20

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

Thermal 문서

1-6

이 문서는 Linux kernel Thermal driver API 문서 모음의 색인입니다. 문서에는 `GPL-2.0` SPDX license identifier가 적용됩니다.

Thermal 색인 정보
항목내용
제목Thermal
SPDX license`GPL-2.0`
역할Thermal driver API 하위 문서 색인

.. SPDX-License-Identifier: GPL-2.0

=======
Thermal
=======

Thermal 하위 문서

7-19

`toctree`는 한 단계 깊이(`:maxdepth: 1`)로 thermal 문서를 나열합니다. CPU cooling API와 CPU idle cooling, sysfs API, power allocator부터 각 platform의 thermal driver까지 연결합니다.

Platform별 문서에는 Samsung Exynos TMU와 emulation mode, Nouveau thermal 관리, x86 package temperature thermal driver, Intel Dynamic Platform and Thermal Framework(`intel_dptf`)가 포함됩니다.

Thermal 문서 구성
범주문서다루는 내용
Cooling`cpu-cooling-api`, `cpu-idle-cooling`CPU cooling device API와 idle injection cooling
Interface`sysfs-api`Thermal sysfs 사용자 공간 interface
Governor`power_allocator`Power allocator thermal governor
Samsung`exynos_thermal`, `exynos_thermal_emulation`Exynos TMU driver와 emulation mode
GPU`nouveau_thermal`Nouveau thermal 관리
x86`x86_pkg_temperature_thermal`x86 package temperature thermal driver
Intel platform`intel_dptf`Intel Dynamic Platform and Thermal Framework

.. toctree::
   :maxdepth: 1

   cpu-cooling-api
   cpu-idle-cooling
   sysfs-api
   power_allocator

   exynos_thermal
   exynos_thermal_emulation
   nouveau_thermal
   x86_pkg_temperature_thermal
   intel_dptf