← Documents Documentation/ABI/testing/configfs-usb-gadget-tcm GitHub 원문 ↗

Linux 6.18.37 · ABI / testing

USB gadget TCM function configfs ABI

USB gadget TCM function instance에는 직접 attribute가 없으며 모든 configuration을 configfs target subsystem이 담당한다는 구성 경계를 설명합니다.

Source pathDocumentation/ABI/testing/configfs-usb-gadget-tcm
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

TCM function과 target subsystem boundary

configfs-usb-gadget-tcm:1-6

tcm.name directory 자체에는 attribute가 없고 storage target configuration은 target subsystem에서 수행됩니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 What: /config/usb-gadget/gadget/functions/tcm.name
2 Date: Dec 2015
3 KernelVersion: 4.5
4 Description:
5 There are no attributes because all the configuration
6 is performed in the "target" subsystem of configfs.
7

3. 한국어 전문 번역

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

TCM function의 configuration ownership

1-6
항목내용
What/config/usb-gadget/gadget/functions/tcm.name
Date2015년 12월
KernelVersion4.5
Description모든 configuration을 configfs의 `target` subsystem에서 수행하므로 이 function에는 attribute가 없다.
TCM function과 target configuration의 분리
USB gadget functions/tcm.name직접 configuration attribute 없음Configfs target subsystemTCM target configuration 수행

USB gadget function directory는 TCM function instance를 나타내지만 storage target의 실제 구성은 별도 target subsystem에 있다.