![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 0002 /* 0003 * max2175.h 0004 * 0005 * Maxim Integrated MAX2175 RF to Bits tuner driver - user space header file. 0006 * 0007 * Copyright (C) 2016 Maxim Integrated Products 0008 * Copyright (C) 2017 Renesas Electronics Corporation 0009 * 0010 * This program is free software; you can redistribute it and/or modify 0011 * it under the terms of the GNU General Public License version 2 0012 * as published by the Free Software Foundation. 0013 * 0014 * This program is distributed in the hope that it will be useful, 0015 * but WITHOUT ANY WARRANTY; without even the implied warranty of 0016 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 0017 * GNU General Public License for more details. 0018 */ 0019 0020 #ifndef __UAPI_MAX2175_H_ 0021 #define __UAPI_MAX2175_H_ 0022 0023 #include <linux/v4l2-controls.h> 0024 0025 #define V4L2_CID_MAX2175_I2S_ENABLE (V4L2_CID_USER_MAX217X_BASE + 0x01) 0026 #define V4L2_CID_MAX2175_HSLS (V4L2_CID_USER_MAX217X_BASE + 0x02) 0027 #define V4L2_CID_MAX2175_RX_MODE (V4L2_CID_USER_MAX217X_BASE + 0x03) 0028 0029 #endif /* __UAPI_MAX2175_H_ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |