Documentation/driver-api/rapidio/index.rst GitHub 원문 ↗

Linux 6.18.37 · Driver API

The Linux RapidIO Subsystem

RapidIO core, sysfs, Tsi721, mport character device와 connection management 문서 목차의 전문 번역입니다.

Source pathDocumentation/driver-api/rapidio/index.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

요약과 해설

index.rst:1-15

RapidIO subsystem 문서는 core, sysfs, Tsi721 bridge, mport character device와 connection manager를 하나의 목차에서 연결합니다.

문서 구성
원문 줄내용
1-15RapidIO subsystem toctree 전체

2. 영어 원문 전체

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

원문 전체 펼치기
1 .. SPDX-License-Identifier: GPL-2.0
2
3 ===========================
4 The Linux RapidIO Subsystem
5 ===========================
6
7 .. toctree::
8 :maxdepth: 1
9
10 rapidio
11 sysfs
12
13 tsi721
14 mport_cdev
15 rio_cm
16

3. 한국어 전문 번역

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

Linux RapidIO subsystem 문서 구성

1-15

이 페이지는 Linux RapidIO subsystem 문서의 목차입니다. SPDX license는 `GPL-2.0`이며 하위 문서는 한 단계 깊이의 toctree로 구성됩니다.

`rapidio`는 subsystem core를, `sysfs`는 userspace attribute를 설명합니다. `tsi721`은 IDT Tsi721 bridge driver, `mport_cdev`는 master-port character device, `rio_cm`은 connection-management 기능을 다룹니다.

RapidIO 문서 지도
문서주제
`rapidio`RapidIO subsystem core
`sysfs`RapidIO sysfs interface
`tsi721`IDT Tsi721 bridge
`mport_cdev`Master-port character device
`rio_cm`RapidIO connection management

.. SPDX-License-Identifier: GPL-2.0

===========================
The Linux RapidIO Subsystem
===========================

.. toctree::
   :maxdepth: 1

   rapidio
   sysfs

   tsi721
   mport_cdev
   rio_cm