1 .. SPDX-License-Identifier: GPL-2.0 2 .. include:: ../disclaimer-zh_CN.rst 3 4 :Original: Documentation/devicetree/kernel-api.rst 5 6 :翻译: 7 8 司延腾 Yanteng Si <siyanteng@loongson.cn> 9 10 :校译: 11 12 13 ================= 14 内核中的设备树API 15 ================= 16 17 核心函数 18 -------- 19 20 该API在以下内核代码中: 21 22 drivers/of/base.c 23 24 include/linux/of.h 25 26 drivers/of/property.c 27 28 include/linux/of_graph.h 29 30 drivers/of/address.c 31 32 drivers/of/irq.c 33 34 drivers/of/fdt.c 35 36 驱动模型函数 37 ------------ 38 39 该API在以下内核代码中: 40 41 include/linux/of_device.h 42 43 drivers/of/device.c 44 45 include/linux/of_platform.h 46 47 drivers/of/platform.c 48 49 覆盖和动态DT函数 50 ---------------- 51 52 该API在以下内核代码中: 53 54 drivers/of/resolver.c 55 56 drivers/of/dynamic.c 57 58 drivers/of/overlay.c
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.