Linux 6.7-rc7
[linux-modified.git] / Documentation / translations / zh_CN / driver-api / gpio / index.rst
1 .. SPDX-License-Identifier: GPL-2.0
2
3 .. include:: ../../disclaimer-zh_CN.rst
4
5 :Original: Documentation/driver-api/gpio/index.rst
6
7 :翻译:
8
9  司延腾 Yanteng Si <siyanteng@loongson.cn>
10
11 :校译:
12
13 =======================
14 通用型输入/输出(GPIO)
15 =======================
16
17 目录:
18
19 .. toctree::
20    :maxdepth: 2
21
22    legacy
23
24 Todolist:
25
26 *   intro
27 *   using-gpio
28 *   driver
29 *   consumer
30 *   board
31 *   drivers-on-gpio
32 *   bt8xxgpio
33
34 核心
35 ====
36
37 该API在以下内核代码中:
38
39 include/linux/gpio/driver.h
40
41 drivers/gpio/gpiolib.c
42
43 ACPI支持
44 ========
45
46 该API在以下内核代码中:
47
48 drivers/gpio/gpiolib-acpi.c
49
50 设备树支持
51 ==========
52
53 该API在以下内核代码中:
54
55 drivers/gpio/gpiolib-of.c
56
57 设备管理支持
58 ============
59
60 该API在以下内核代码中:
61
62 drivers/gpio/gpiolib-devres.c
63
64 sysfs帮助(函数)
65 =================
66
67 该API在以下内核代码中:
68
69 drivers/gpio/gpiolib-sysfs.c