mirror of
https://github.com/torvalds/linux.git
synced 2026-04-20 07:43:57 -04:00
"class:: toc-title" was a workaround for older Sphinx versions that are no longer supported. The canonical way to add a heading to the ToC is to use :caption:. Do that. Cc: Mauro Carvalho Chehab <mchehab@kernel.org> Cc: Richard Cochran <richardcochran@gmail.com> Cc: SeongJae Park <sj@kernel.org> Cc: Hans de Goede <hdegoede@redhat.com> Cc: Armin Wolf <W_Armin@gmx.de> Cc: Iwona Winiarska <iwona.winiarska@intel.com> Cc: Ricardo Cañuelo <ricardo.canuelo@collabora.com> Cc: Tomas Winkler <tomas.winkler@intel.com> Cc: linux-media@vger.kernel.org Cc: Yanteng Si <siyanteng@loongson.cn> Cc: Alex Shi <alexs@kernel.org> Cc: Wu XiangCheng <bobwxc@email.cn> Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20231027081830.195056-7-vegard.nossum@oracle.com
69 lines
917 B
ReStructuredText
69 lines
917 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
||
|
||
.. include:: ../../disclaimer-zh_CN.rst
|
||
|
||
:Original: Documentation/driver-api/gpio/index.rst
|
||
|
||
:翻译:
|
||
|
||
司延腾 Yanteng Si <siyanteng@loongson.cn>
|
||
|
||
:校译:
|
||
|
||
=======================
|
||
通用型输入/输出(GPIO)
|
||
=======================
|
||
|
||
.. toctree::
|
||
:caption: 目录
|
||
:maxdepth: 2
|
||
|
||
legacy
|
||
|
||
Todolist:
|
||
|
||
* intro
|
||
* using-gpio
|
||
* driver
|
||
* consumer
|
||
* board
|
||
* drivers-on-gpio
|
||
* bt8xxgpio
|
||
|
||
核心
|
||
====
|
||
|
||
该API在以下内核代码中:
|
||
|
||
include/linux/gpio/driver.h
|
||
|
||
drivers/gpio/gpiolib.c
|
||
|
||
ACPI支持
|
||
========
|
||
|
||
该API在以下内核代码中:
|
||
|
||
drivers/gpio/gpiolib-acpi.c
|
||
|
||
设备树支持
|
||
==========
|
||
|
||
该API在以下内核代码中:
|
||
|
||
drivers/gpio/gpiolib-of.c
|
||
|
||
设备管理支持
|
||
============
|
||
|
||
该API在以下内核代码中:
|
||
|
||
drivers/gpio/gpiolib-devres.c
|
||
|
||
sysfs帮助(函数)
|
||
=================
|
||
|
||
该API在以下内核代码中:
|
||
|
||
drivers/gpio/gpiolib-sysfs.c
|