drivers/clk/berlin/common.h

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

File Facts

System
Linux kernel
Corpus path
drivers/clk/berlin/common.h
Extension
.h
Size
416 bytes
Lines
19
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

struct berlin2_gate_data {
	const char *name;
	const char *parent_name;
	u8 bit_idx;
	unsigned long flags;
};

#endif /* BERLIN2_COMMON_H */

Annotation

Implementation Notes