요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
What: /sys/class/mux/
2
Date: April 2017
3
KernelVersion: 4.13
4
Contact: Peter Rosin <[email protected]>
5
Description:
6
The mux/ class sub-directory belongs to the Generic MUX
7
Framework and provides a sysfs interface for using MUX
8
controllers.
10
What: /sys/class/mux/muxchip<N>/
11
Date: April 2017
12
KernelVersion: 4.13
13
Contact: Peter Rosin <[email protected]>
14
Description:
15
A /sys/class/mux/muxchipN directory is created for each
16
probed MUX chip where N is a simple enumeration.
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
Generic MUX Framework class
1-8| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/class/mux/ |
| Date | 2017년 4월 |
| KernelVersion | 4.13 |
| Contact | Peter Rosin <[email protected]> |
| Description | mux/ class 하위 directory는 Generic MUX Framework에 속하며 MUX controller를 사용하기 위한 sysfs interface를 제공합니다. |
Probed MUX chip instance
10-16| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/class/mux/muxchip<N>/ |
| Date | 2017년 4월 |
| KernelVersion | 4.13 |
| Contact | Peter Rosin <[email protected]> |
| Description | Probe된 각 MUX chip마다 /sys/class/mux/muxchipN directory를 생성하며 N은 단순 enumeration입니다. |
/sys/class/mux/→MUX chip probe→muxchip<N>/ with simple enumeration N
Generic class에서 probe된 chip별 numbered directory가 생성됩니다.
Class and chip instances
sysfs-class-mux:1-16MUX controller sysfs interface 아래 chip별 단순 enumeration directory를 제공합니다.