]> Git Repo - linux.git/blob - drivers/usb/gadget/function/uvc_video.h
dma-mapping: don't return errors from dma_set_max_seg_size
[linux.git] / drivers / usb / gadget / function / uvc_video.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  *      uvc_video.h  --  USB Video Class Gadget driver
4  *
5  * Copyright (C) 2009-2010
6  *              Laurent Pinchart ([email protected])
7  *
8  * Copyright (c) 2013 Samsung Electronics Co., Ltd.
9  *              http://www.samsung.com
10  *              Author: Andrzej Pietrasiewicz <[email protected]>
11  */
12 #ifndef __UVC_VIDEO_H__
13 #define __UVC_VIDEO_H__
14
15 struct uvc_video;
16
17 int uvcg_video_enable(struct uvc_video *video);
18 int uvcg_video_disable(struct uvc_video *video);
19
20 int uvcg_video_init(struct uvc_video *video, struct uvc_device *uvc);
21
22 #endif /* __UVC_VIDEO_H__ */
This page took 0.028877 seconds and 4 git commands to generate.