drivers/pnp/core.c

Source file repositories/reference/linux-study-clean/drivers/pnp/core.c

File Facts

System
Linux kernel
Corpus path
drivers/pnp/core.c
Extension
.c
Size
4658 bytes
Lines
225
Domain
Driver Families
Bucket
drivers/pnp
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

subsys_initcall(pnp_init);

int pnp_debug;

#if defined(CONFIG_PNP_DEBUG_MESSAGES)
module_param_named(debug, pnp_debug, int, 0644);
#endif

Annotation

Implementation Notes