drivers/clk/hisilicon/crg-hi3516cv300.c

Source file repositories/reference/linux-study-clean/drivers/clk/hisilicon/crg-hi3516cv300.c

File Facts

System
Linux kernel
Corpus path
drivers/clk/hisilicon/crg-hi3516cv300.c
Extension
.c
Size
10066 bytes
Lines
318
Domain
Driver Families
Bucket
drivers/clk
Inferred role
Driver Families: exported/initcall integration point
Status
integration 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

core_initcall(hi3516cv300_crg_init);

static void __exit hi3516cv300_crg_exit(void)
{
	platform_driver_unregister(&hi3516cv300_crg_driver);
}
module_exit(hi3516cv300_crg_exit);

MODULE_LICENSE("GPL v2");
MODULE_DESCRIPTION("HiSilicon Hi3516CV300 CRG Driver");

Annotation

Implementation Notes