요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
What: /sys/devices/.../power_resources_D3hot/
2
Date: January 2013
3
Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
4
Description:
5
The /sys/devices/.../power_resources_D3hot/ directory is only
6
present for device objects representing ACPI device nodes that
7
use ACPI power resources for power management and support ACPI
8
power state D3hot.
10
If present, it contains symbolic links to device directories
11
representing ACPI power resources that need to be turned on for
12
the given device node to be in ACPI power state D3hot. The
13
names of the links are the same as the names of the directories
14
they point to.
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
ACPI D3hot power-resource links
1-14| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/devices/.../power_resources_D3hot/ |
| Date | 2013년 1월 |
| Contact | Rafael J. Wysocki <rafael.j.wysocki@intel.com> |
| Description | 이 directory는 power management에 ACPI power resource를 사용하고 ACPI power state D3hot을 지원하는 ACPI device node를 나타내는 device object에만 존재합니다. Directory가 존재하면 해당 device node가 D3hot에 있기 위해 켜야 하는 ACPI power resource를 나타내는 device directory의 symbolic link가 들어 있습니다. Link name은 link가 가리키는 directory name과 같습니다. |
D3hot resource-link directory
sysfs-devices-power_resources_D3hot:1-14Power-resource 기반이며 D3hot을 지원하는 ACPI device node에만 나타나고, D3hot에 필요한 resource directory를 symbolic link로 연결합니다.