Home
last modified time | relevance | path

Searched refs:uvc_function_setup (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/function/
Df_uvc.c224 uvc_function_setup(struct usb_function *f, const struct usb_ctrlrequest *ctrl) in uvc_function_setup() function
976 uvc->func.setup = uvc_function_setup; in uvc_alloc()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
Df_uvc.c224 uvc_function_setup(struct usb_function *f, const struct usb_ctrlrequest *ctrl) in uvc_function_setup() function
1099 uvc->func.setup = uvc_function_setup; in uvc_alloc()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch62868 @@ -226,6 +297,11 @@ uvc_function_setup(struct usb_function *f, const struct usb_ctrlrequest *ctrl)
63448 uvc->func.setup = uvc_function_setup;