drivers/mfd/omap-usb.h

Source file repositories/reference/linux-study-clean/drivers/mfd/omap-usb.h

File Facts

System
Linux kernel
Corpus path
drivers/mfd/omap-usb.h
Extension
.h
Size
203 bytes
Lines
4
Domain
Driver Families
Bucket
drivers/mfd
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

extern int omap_tll_init(struct usbhs_omap_platform_data *pdata);
extern int omap_tll_enable(struct usbhs_omap_platform_data *pdata);
extern int omap_tll_disable(struct usbhs_omap_platform_data *pdata);

Annotation

Implementation Notes