drivers/usb/gadget/function/f_uvc.h

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

File Facts

System
Linux kernel
Corpus path
drivers/usb/gadget/function/f_uvc.h
Extension
.h
Size
446 bytes
Lines
21
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 _F_UVC_H_
#define _F_UVC_H_

struct uvc_device;

void uvc_function_setup_continue(struct uvc_device *uvc, int disable_ep);

void uvc_function_connect(struct uvc_device *uvc);

void uvc_function_disconnect(struct uvc_device *uvc);

#endif /* _F_UVC_H_ */

Annotation

Implementation Notes