mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
aa89ee98b8
The kernel-doc for the DT APIs are not included in the documentation build. Add them. Cc: Frank Rowand <frowand.list@gmail.com> Cc: Mauro Carvalho Chehab <mchehab@kernel.org> Signed-off-by: Rob Herring <robh@kernel.org> Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/20210325164713.1296407-9-robh@kernel.org
58 lines
1011 B
ReStructuredText
58 lines
1011 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
.. _devicetree:
|
|
|
|
======================================
|
|
DeviceTree Kernel API
|
|
======================================
|
|
|
|
Core functions
|
|
--------------
|
|
|
|
.. kernel-doc:: drivers/of/base.c
|
|
:export:
|
|
|
|
.. kernel-doc:: include/linux/of.h
|
|
:internal:
|
|
|
|
.. kernel-doc:: drivers/of/property.c
|
|
:export:
|
|
|
|
.. kernel-doc:: include/linux/of_graph.h
|
|
:internal:
|
|
|
|
.. kernel-doc:: drivers/of/address.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/of/irq.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/of/fdt.c
|
|
:export:
|
|
|
|
Driver model functions
|
|
----------------------
|
|
|
|
.. kernel-doc:: include/linux/of_device.h
|
|
:internal:
|
|
|
|
.. kernel-doc:: drivers/of/device.c
|
|
:export:
|
|
|
|
.. kernel-doc:: include/linux/of_platform.h
|
|
:internal:
|
|
|
|
.. kernel-doc:: drivers/of/platform.c
|
|
:export:
|
|
|
|
Overlay and Dynamic DT functions
|
|
--------------------------------
|
|
|
|
.. kernel-doc:: drivers/of/resolver.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/of/dynamic.c
|
|
:export:
|
|
|
|
.. kernel-doc:: drivers/of/overlay.c
|
|
:export:
|