Home
last modified time | relevance | path

Searched refs:to_uvc (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/usb/gadget/function/
Df_uvc.c228 struct uvc_device *uvc = to_uvc(f); in uvc_function_setup()
266 struct uvc_device *uvc = to_uvc(f); in uvc_function_get_alt()
281 struct uvc_device *uvc = to_uvc(f); in uvc_function_set_alt()
366 struct uvc_device *uvc = to_uvc(f); in uvc_function_disable()
595 struct uvc_device *uvc = to_uvc(f); in uvc_function_bind()
888 struct uvc_device *uvc = to_uvc(f); in uvc_free()
900 struct uvc_device *uvc = to_uvc(f); in uvc_function_unbind()
Duvc.h160 static inline struct uvc_device *to_uvc(struct usb_function *f) in to_uvc() function