![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0+ */ 0002 /* 0003 * f_uvc.h -- USB Video Class Gadget driver 0004 * 0005 * Copyright (C) 2009-2010 0006 * Laurent Pinchart (laurent.pinchart@ideasonboard.com) 0007 */ 0008 0009 #ifndef _F_UVC_H_ 0010 #define _F_UVC_H_ 0011 0012 struct uvc_device; 0013 0014 void uvc_function_setup_continue(struct uvc_device *uvc); 0015 0016 void uvc_function_connect(struct uvc_device *uvc); 0017 0018 void uvc_function_disconnect(struct uvc_device *uvc); 0019 0020 #endif /* _F_UVC_H_ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |