← Documents Documentation/mhi/index.rst GitHub 원문 ↗

Linux 6.18.37 · MHI

MHI Documentation

MHI protocol과 kernel topology 문서를 연결하는 Modem Host Interface 문서 색인입니다.

Source pathDocumentation/mhi/index.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

요약·해설

index.rst:1-18

MHI 문서 모음의 진입점입니다. Protocol 내부 구조와 kernel의 controller·device·driver topology를 분리해 읽도록 구성합니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 .. SPDX-License-Identifier: GPL-2.0
2
3 ===
4 MHI
5 ===
6
7 .. toctree::
8 :maxdepth: 1
9
10 mhi
11 topology
12
13 .. only:: subproject and html
14
15 Indices
16 =======
17
18 * :ref:`genindex`
19

3. 한국어 전문 번역

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

MHI 문서 모음

1-6

GPL-2.0으로 배포되는 MHI 문서 모음입니다.

.. SPDX-License-Identifier: GPL-2.0

===
MHI
===

하위 문서

7-12

목차 깊이 1로 MHI protocol 설명인 `mhi`와 kernel topology 설명인 `topology` 문서를 포함합니다.

.. toctree::
   :maxdepth: 1

   mhi
   topology

HTML 색인

13-18

subproject HTML로 만들 때에는 전체 문서의 일반 색인인 `genindex` 링크를 표시합니다.

.. only::  subproject and html

   Indices
   =======

   * :ref:`genindex`