Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Df_uvc.c226 struct uvc_device *uvc = to_uvc(f); in uvc_function_setup()
279 struct uvc_device *uvc = to_uvc(f); in uvc_function_get_alt()
294 struct uvc_device *uvc = to_uvc(f); in uvc_function_set_alt()
378 struct uvc_device *uvc = to_uvc(f); in uvc_function_disable()
648 struct uvc_device *uvc = to_uvc(f); in uvc_function_bind()
975 struct uvc_device *uvc = to_uvc(f); in uvc_free()
988 struct uvc_device *uvc = to_uvc(f); in uvc_function_unbind()
H A Duvc.h172 static inline struct uvc_device *to_uvc(struct usb_function *f) in to_uvc() function