]> Git Repo - linux.git/blob - drivers/usb/gadget/function/f_uvc.h
dma-mapping: don't return errors from dma_set_max_seg_size
[linux.git] / drivers / usb / gadget / function / f_uvc.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  *      f_uvc.h  --  USB Video Class Gadget driver
4  *
5  *      Copyright (C) 2009-2010
6  *          Laurent Pinchart ([email protected])
7  */
8
9 #ifndef _F_UVC_H_
10 #define _F_UVC_H_
11
12 struct uvc_device;
13
14 void uvc_function_setup_continue(struct uvc_device *uvc, int disable_ep);
15
16 void uvc_function_connect(struct uvc_device *uvc);
17
18 void uvc_function_disconnect(struct uvc_device *uvc);
19
20 #endif /* _F_UVC_H_ */
This page took 0.032201 seconds and 4 git commands to generate.