drivers/usb/storage/sierra_ms.h

Source file repositories/reference/linux-study-clean/drivers/usb/storage/sierra_ms.h

File Facts

System
Linux kernel
Corpus path
drivers/usb/storage/sierra_ms.h
Extension
.h
Size
137 bytes
Lines
6
Domain
Driver Families
Bucket
drivers/usb
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

#ifndef _SIERRA_MS_H_
#define _SIERRA_MS_H_
extern int sierra_ms_init(struct us_data *us);
#endif

Annotation

Implementation Notes