drivers/dpll/dpll_netlink.h

Source file repositories/reference/linux-study-clean/drivers/dpll/dpll_netlink.h

File Facts

System
Linux kernel
Corpus path
drivers/dpll/dpll_netlink.h
Extension
.h
Size
391 bytes
Lines
14
Domain
Driver Families
Bucket
drivers/dpll
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

int dpll_device_create_ntf(struct dpll_device *dpll);

int dpll_device_delete_ntf(struct dpll_device *dpll);

int dpll_pin_create_ntf(struct dpll_pin *pin, u64 src_clock_id);

int dpll_pin_delete_ntf(struct dpll_pin *pin, u64 src_clock_id);

Annotation

Implementation Notes