drivers/mfd/ucb1x00-ts.c

Source file repositories/reference/linux-study-clean/drivers/mfd/ucb1x00-ts.c

File Facts

System
Linux kernel
Corpus path
drivers/mfd/ucb1x00-ts.c
Extension
.c
Size
10927 bytes
Lines
446
Domain
Driver Families
Bucket
drivers/mfd
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(ucb1x00_ts_init);
module_exit(ucb1x00_ts_exit);

MODULE_AUTHOR("Russell King <rmk@arm.linux.org.uk>");
MODULE_DESCRIPTION("UCB1x00 touchscreen driver");
MODULE_LICENSE("GPL");

Annotation

Implementation Notes