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

Linux 6.18.37 · Driver API

CPU and Device Power Management

CPUIdle, device PM, notifier와 PM data type reference를 연결하는 목차 전문 번역입니다.

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

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

1. 요약·해설

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

요약과 해설

index.rst:1-19

CPU and Device Power Management 목차는 CPUIdle, device system/runtime PM, suspend·hibernation notifier, include/linux/pm.h type reference를 연결하고 HTML build에서 전체 genindex를 제공합니다.

문서 구성
원문 줄내용
1-13네 하위 PM 문서 toctree
14-19HTML 조건부 genindex

2. 영어 원문 전체

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

원문 전체 펼치기
1 .. SPDX-License-Identifier: GPL-2.0
2
3 ===============================
4 CPU and Device Power Management
5 ===============================
6
7 .. toctree::
8
9 cpuidle
10 devices
11 notifiers
12 types
13
14 .. only:: subproject and html
15
16 Indices
17 =======
18
19 * :ref:`genindex`
20

3. 한국어 전문 번역

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

CPU와 device power management 문서 목차

1-13

이 page는 CPU and Device Power Management driver API의 시작점입니다. Sphinx `toctree`가 CPU idle-state 선택과 driver lifecycle을 다루는 `cpuidle`, device system/runtime PM 기본기를 설명하는 `devices`, task freeze 바깥의 알림을 설명하는 `notifiers`, `include/linux/pm.h` data type reference인 `types`를 연결합니다.

PM 문서 구성
하위 문서범위
`cpuidle`CPU idle governor·driver·core
`devices`device suspend, hibernation, runtime PM
`notifiers`suspend/hibernation 전후 notifier
`types``include/linux/pm.h` kernel-doc

.. SPDX-License-Identifier: GPL-2.0

===============================
CPU and Device Power Management
===============================

.. toctree::

   cpuidle
   devices
   notifiers
   types

HTML 전체 색인

14-19

문서를 HTML subproject로 build할 때만 `Indices` 절을 표시하고 Sphinx 전체 symbol·항목 색인인 `genindex`로 연결합니다. 이 조건부 block은 API 의미를 바꾸지 않고 생성된 문서의 탐색 경로를 제공합니다.

조건부 색인
조건표시대상
`subproject and html``Indices``genindex`

.. only::  subproject and html

   Indices
   =======

   * :ref:`genindex`