drivers/clk/meson/vid-pll-div.h

Source file repositories/reference/linux-study-clean/drivers/clk/meson/vid-pll-div.h

File Facts

System
Linux kernel
Corpus path
drivers/clk/meson/vid-pll-div.h
Extension
.h
Size
406 bytes
Lines
21
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 meson_vid_pll_div_data {
	struct parm val;
	struct parm sel;
};

extern const struct clk_ops meson_vid_pll_div_ro_ops;

#endif /* __MESON_VID_PLL_DIV_H */

Annotation

Implementation Notes