← Documents Documentation/ABI/testing/sysfs-class-power-max1720x GitHub 원문 ↗

Linux 6.18.37 · ABI / testing

MAX1720x temperature sysfs ABI

MAX1720x fuel gauge의 AIN1·AIN2 thermistor와 internal die temperature reading을 설명합니다.

Source pathDocumentation/ABI/testing/sysfs-class-power-max1720x
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

External and internal temperatures

sysfs-class-power-max1720x:1-32

두 external thermistor와 internal die의 read-only temperature를 섭씨 0.1도 단위로 제공합니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 What: /sys/class/power_supply/max1720x/temp_ain1
2 Date: January 2025
3 KernelVersion: 6.14
4 Contact: Dimitri Fedrau <dimitri.fedrau@liebherr.com>
5 Description:
6 Reports the current temperature reading from AIN1 thermistor.
7
8 Access: Read
9
10 Valid values: Represented in 1/10 Degrees Celsius
11
12 What: /sys/class/power_supply/max1720x/temp_ain2
13 Date: January 2025
14 KernelVersion: 6.14
15 Contact: Dimitri Fedrau <dimitri.fedrau@liebherr.com>
16 Description:
17 Reports the current temperature reading from AIN2 thermistor.
18
19 Access: Read
20
21 Valid values: Represented in 1/10 Degrees Celsius
22
23 What: /sys/class/power_supply/max1720x/temp_int
24 Date: January 2025
25 KernelVersion: 6.14
26 Contact: Dimitri Fedrau <dimitri.fedrau@liebherr.com>
27 Description:
28 Reports the current temperature reading from internal die.
29
30 Access: Read
31
32 Valid values: Represented in 1/10 Degrees Celsius
33

3. 한국어 전문 번역

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

AIN1 thermistor temperature

1-10
항목한국어 전문 번역
What/sys/class/power_supply/max1720x/temp_ain1
Date2025년 1월
KernelVersion6.14
ContactDimitri Fedrau <dimitri.fedrau@liebherr.com>
DescriptionAIN1 thermistor의 현재 temperature reading을 보고합니다.
AccessRead
Valid values섭씨 1/10 degree 단위

AIN2 thermistor temperature

12-21
항목한국어 전문 번역
What/sys/class/power_supply/max1720x/temp_ain2
Date2025년 1월
KernelVersion6.14
ContactDimitri Fedrau <dimitri.fedrau@liebherr.com>
DescriptionAIN2 thermistor의 현재 temperature reading을 보고합니다.
AccessRead
Valid values섭씨 1/10 degree 단위

Internal die temperature

23-32
항목한국어 전문 번역
What/sys/class/power_supply/max1720x/temp_int
Date2025년 1월
KernelVersion6.14
ContactDimitri Fedrau <dimitri.fedrau@liebherr.com>
DescriptionInternal die의 현재 temperature reading을 보고합니다.
AccessRead
Valid values섭씨 1/10 degree 단위
MAX1720x temperature channels
속성Sensor단위
temp_ain1AIN1 thermistor0.1 °C
temp_ain2AIN2 thermistor0.1 °C
temp_intInternal die0.1 °C

두 external thermistor와 internal die sensor입니다.