Searched refs:f_uvc (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/usb/gadget/function/
H A Df_uvc.h2 * f_uvc.h -- USB Video Class Gadget driver
H A DMakefile39 usb_f_uvc-y := f_uvc.o uvc_queue.o uvc_v4l2.o uvc_video.o uvc_configfs.o
H A Duvc_v4l2.c25 #include "f_uvc.h"
/linux-4.4.14/drivers/usb/gadget/legacy/
H A Dwebcam.c75 static struct usb_function *f_uvc; variable in typeref:struct:usb_function
342 f_uvc = usb_get_function(fi_uvc); webcam_config_bind()
343 if (IS_ERR(f_uvc)) webcam_config_bind()
344 return PTR_ERR(f_uvc); webcam_config_bind()
346 status = usb_add_function(c, f_uvc); webcam_config_bind()
348 usb_put_function(f_uvc); webcam_config_bind()
364 if (!IS_ERR_OR_NULL(f_uvc)) webcam_unbind()
365 usb_put_function(f_uvc); webcam_unbind()

Completed in 109 milliseconds