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