Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
0002 /*
0003  * include/uapi/linux/smiapp.h
0004  *
0005  * Generic driver for SMIA/SMIA++ compliant camera modules
0006  *
0007  * Copyright (C) 2014 Intel Corporation
0008  * Contact: Sakari Ailus <sakari.ailus@iki.fi>
0009  *
0010  * This program is free software; you can redistribute it and/or
0011  * modify it under the terms of the GNU General Public License
0012  * version 2 as published by the Free Software Foundation.
0013  *
0014  * This program is distributed in the hope that it will be useful, but
0015  * WITHOUT ANY WARRANTY; without even the implied warranty of
0016  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
0017  * General Public License for more details.
0018  *
0019  */
0020 
0021 #ifndef __UAPI_LINUX_SMIAPP_H_
0022 #define __UAPI_LINUX_SMIAPP_H_
0023 
0024 #define V4L2_SMIAPP_TEST_PATTERN_MODE_DISABLED          0
0025 #define V4L2_SMIAPP_TEST_PATTERN_MODE_SOLID_COLOUR      1
0026 #define V4L2_SMIAPP_TEST_PATTERN_MODE_COLOUR_BARS       2
0027 #define V4L2_SMIAPP_TEST_PATTERN_MODE_COLOUR_BARS_GREY      3
0028 #define V4L2_SMIAPP_TEST_PATTERN_MODE_PN9           4
0029 
0030 #endif /* __UAPI_LINUX_SMIAPP_H_ */