← Documents Documentation/ABI/testing/sysfs-devices-power_resources_wakeup GitHub 원문 ↗

Linux 6.18.37 · ABI / testing

ACPI wakeup power-resource links sysfs ABI

ACPI device node가 wakeup을 signal하기 위해 켜야 하는 power-resource device links를 설명합니다.

Source pathDocumentation/ABI/testing/sysfs-devices-power_resources_wakeup
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. 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 <[email protected]>
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.
8
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.
14

3. 한국어 전문 번역

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

ACPI wakeup power-resource links

1-13
항목한국어 전문 번역
What/sys/devices/.../power_resources_wakeup/
Date2013년 4월
ContactRafael J. Wysocki <[email protected]>
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과 같습니다.
Wakeup resource dependency
ACPI device nodepower_resources_wakeup/ linksRequired ACPI resources ONDevice can signal wakeup

Wakeup signal을 사용할 수 있기 전에 linked ACPI resources가 켜져 있어야 합니다.