drivers/usb/gadget/function/u_gether.h

Source file repositories/reference/linux-study-clean/drivers/usb/gadget/function/u_gether.h

File Facts

System
Linux kernel
Corpus path
drivers/usb/gadget/function/u_gether.h
Extension
.h
Size
1263 bytes
Lines
42
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

struct f_gether_opts {
	struct usb_function_instance	func_inst;
	struct net_device		*net;
	bool				bound;
	int				bind_count;
	struct mutex			lock;
	int				refcnt;
};

#endif /* U_GETHER_H */

Annotation

Implementation Notes