drivers/clk/clk_parent_data_test.h

Source file repositories/reference/linux-study-clean/drivers/clk/clk_parent_data_test.h

File Facts

System
Linux kernel
Corpus path
drivers/clk/clk_parent_data_test.h
Extension
.h
Size
297 bytes
Lines
11
Domain
Driver Families
Bucket
drivers/clk
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _CLK_PARENT_DATA_TEST_H
#define _CLK_PARENT_DATA_TEST_H

#define CLK_PARENT_DATA_1MHZ_NAME	"1mhz_fixed_legacy"
#define CLK_PARENT_DATA_PARENT1		"parent_fwname"
#define CLK_PARENT_DATA_PARENT2		"50"
#define CLK_PARENT_DATA_50MHZ_NAME	"50_clk"

#endif

Annotation

Implementation Notes