drivers/tty/serial/lpc32xx_hs.c

Source file repositories/reference/linux-study-clean/drivers/tty/serial/lpc32xx_hs.c

File Facts

System
Linux kernel
Corpus path
drivers/tty/serial/lpc32xx_hs.c
Extension
.c
Size
18762 bytes
Lines
735
Domain
Driver Families
Bucket
drivers/tty
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

module_init(lpc32xx_hsuart_init);
module_exit(lpc32xx_hsuart_exit);

MODULE_AUTHOR("Kevin Wells <kevin.wells@nxp.com>");
MODULE_AUTHOR("Roland Stigge <stigge@antcom.de>");
MODULE_DESCRIPTION("NXP LPC32XX High Speed UART driver");
MODULE_LICENSE("GPL");

Annotation

Implementation Notes