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

Linux 6.18.37 · ABI / testing

ACPI D2 power-resource links sysfs ABI

D2를 지원하는 ACPI device node가 해당 state에 있기 위해 켜야 하는 power-resource links를 설명합니다.

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

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

1. 요약·해설

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

2. 영어 원문 전체

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

원문 전체 펼치기
1 What: /sys/devices/.../power_resources_D2/
2 Date: January 2013
3 Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
4 Description:
5 The /sys/devices/.../power_resources_D2/ 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 D2.
9
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 D2. The names
13 of the links are the same as the names of the directories they
14 point to.
15

3. 한국어 전문 번역

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

ACPI D2 power-resource links

1-14
항목한국어 전문 번역
What/sys/devices/.../power_resources_D2/
Date2013년 1월
ContactRafael J. Wysocki <rafael.j.wysocki@intel.com>
Description이 directory는 power management에 ACPI power resource를 사용하고 ACPI power state D2를 지원하는 ACPI device node를 나타내는 device object에만 존재합니다. Directory가 존재하면 해당 device node가 D2에 있기 위해 켜야 하는 ACPI power resource를 나타내는 device directory의 symbolic link가 들어 있습니다. Link name은 link가 가리키는 directory name과 같습니다.