요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
Device PM data type reference
1-7이 page는 Device Power Management Data Types reference입니다. Sphinx `kernel-doc` directive가 `include/linux/pm.h`의 문서화된 declaration과 comment를 추출해 `struct dev_pm_ops`, `struct dev_pm_domain`을 비롯한 PM data type API를 생성합니다.
`include/linux/pm.h`→kernel-doc comments and declarations→`.. kernel-doc::`→Device PM data type reference
`types.rst`는 header의 kernel-doc를 API reference page로 연결합니다.
.. SPDX-License-Identifier: GPL-2.0
==================================
Device Power Management Data Types
==================================
.. kernel-doc:: include/linux/pm.h
요약과 해설
types.rst:1-7Sphinx kernel-doc directive가 include/linux/pm.h의 PM data type declaration과 문서를 API reference로 생성합니다.