Documentation/dev-tools/kunit/api/of.rst

Source file repositories/reference/linux-study-clean/Documentation/dev-tools/kunit/api/of.rst

File Facts

System
Linux kernel
Corpus path
Documentation/dev-tools/kunit/api/of.rst
Extension
.rst
Size
287 bytes
Lines
14
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: documentation
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

.. SPDX-License-Identifier: GPL-2.0

====================
Device Tree (OF) API
====================

The KUnit device tree API is used to test device tree (of_*) dependent code.

.. kernel-doc:: include/kunit/of.h
   :internal:

.. kernel-doc:: drivers/of/of_kunit_helpers.c
   :export:

Annotation

Implementation Notes