← Documents Documentation/ABI/testing/sysfs-driver-input-axp-pek GitHub 원문 ↗

Linux 6.18.37 · ABI / testing

AXP power-enable key timing sysfs ABI

AXP PEK button을 몇 microseconds 이상 눌러야 board power-on 또는 power-off가 되는지 설정하는 startup·shutdown timings를 설명합니다.

Source pathDocumentation/ABI/testing/sysfs-driver-input-axp-pek
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

Power-key press thresholds

sysfs-driver-input-axp-pek:1-11

startup과 shutdown은 각각 board를 켜고 끄기 위해 button press가 초과해야 하는 microsecond threshold입니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 What: /sys/class/input/input(x)/device/startup
2 Date: March 2014
3 Contact: Carlo Caione <[email protected]>
4 Description: Startup time in us. Board is powered on if the button is pressed
5 for more than <startup_time>
6
7 What: /sys/class/input/input(x)/device/shutdown
8 Date: March 2014
9 Contact: Carlo Caione <[email protected]>
10 Description: Shutdown time in us. Board is powered off if the button is pressed
11 for more than <shutdown_time>
12

3. 한국어 전문 번역

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

Power-on press duration

1-6
항목한국어 전문 번역
What/sys/class/input/input(x)/device/startup
Date2014년 3월
ContactCarlo Caione <[email protected]>
DescriptionStartup time을 microseconds 단위로 나타냅니다. Button을 <startup_time>보다 오래 누르면 board power가 켜집니다.
AXP power-key thresholds
AttributeUnitAction after threshold
startupusPower board on
shutdownusPower board off

동일한 button의 power-on과 power-off press duration입니다.

Power-off press duration

7-11
항목한국어 전문 번역
What/sys/class/input/input(x)/device/shutdown
Date2014년 3월
ContactCarlo Caione <[email protected]>
DescriptionShutdown time을 microseconds 단위로 나타냅니다. Button을 <shutdown_time>보다 오래 누르면 board power가 꺼집니다.