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

Linux 6.18.37 · ABI / testing

Generic MUX class sysfs ABI

Generic MUX Framework의 class directory와 probe된 chip마다 생성되는 muxchip<N> instance를 설명합니다.

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

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

1. 요약·해설

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

Class and chip instances

sysfs-class-mux:1-16

MUX controller sysfs interface 아래 chip별 단순 enumeration directory를 제공합니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 What: /sys/class/mux/
2 Date: April 2017
3 KernelVersion: 4.13
4 Contact: Peter Rosin <peda@axentia.se>
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.
9
10 What: /sys/class/mux/muxchip<N>/
11 Date: April 2017
12 KernelVersion: 4.13
13 Contact: Peter Rosin <peda@axentia.se>
14 Description:
15 A /sys/class/mux/muxchipN directory is created for each
16 probed MUX chip where N is a simple enumeration.
17

3. 한국어 전문 번역

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

Generic MUX Framework class

1-8
항목한국어 전문 번역
What/sys/class/mux/
Date2017년 4월
KernelVersion4.13
ContactPeter Rosin <peda@axentia.se>
Descriptionmux/ class 하위 directory는 Generic MUX Framework에 속하며 MUX controller를 사용하기 위한 sysfs interface를 제공합니다.

Probed MUX chip instance

10-16
항목한국어 전문 번역
What/sys/class/mux/muxchip<N>/
Date2017년 4월
KernelVersion4.13
ContactPeter Rosin <peda@axentia.se>
DescriptionProbe된 각 MUX chip마다 /sys/class/mux/muxchipN directory를 생성하며 N은 단순 enumeration입니다.
MUX sysfs instance hierarchy
/sys/class/mux/MUX chip probemuxchip<N>/ with simple enumeration N

Generic class에서 probe된 chip별 numbered directory가 생성됩니다.