Searched refs:to_uvc (Results 1 – 2 of 2) sorted by relevance
232 struct uvc_device *uvc = to_uvc(f); in uvc_function_setup()274 struct uvc_device *uvc = to_uvc(f); in uvc_function_get_alt()289 struct uvc_device *uvc = to_uvc(f); in uvc_function_set_alt()384 struct uvc_device *uvc = to_uvc(f); in uvc_function_disable()597 struct uvc_device *uvc = to_uvc(f); in uvc_function_bind()879 struct uvc_device *uvc = to_uvc(f); in uvc_free()889 struct uvc_device *uvc = to_uvc(f); in uvc_unbind()
174 static inline struct uvc_device *to_uvc(struct usb_function *f) in to_uvc() function