xref: /linux/include/uapi/linux/max2175.h (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
1*e2be04c7SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2b47b79d8SRamesh Shanmugasundaram /*
3b47b79d8SRamesh Shanmugasundaram  * max2175.h
4b47b79d8SRamesh Shanmugasundaram  *
5b47b79d8SRamesh Shanmugasundaram  * Maxim Integrated MAX2175 RF to Bits tuner driver - user space header file.
6b47b79d8SRamesh Shanmugasundaram  *
7b47b79d8SRamesh Shanmugasundaram  * Copyright (C) 2016 Maxim Integrated Products
8b47b79d8SRamesh Shanmugasundaram  * Copyright (C) 2017 Renesas Electronics Corporation
9b47b79d8SRamesh Shanmugasundaram  *
10b47b79d8SRamesh Shanmugasundaram  * This program is free software; you can redistribute it and/or modify
11b47b79d8SRamesh Shanmugasundaram  * it under the terms of the GNU General Public License version 2
12b47b79d8SRamesh Shanmugasundaram  * as published by the Free Software Foundation.
13b47b79d8SRamesh Shanmugasundaram  *
14b47b79d8SRamesh Shanmugasundaram  * This program is distributed in the hope that it will be useful,
15b47b79d8SRamesh Shanmugasundaram  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16b47b79d8SRamesh Shanmugasundaram  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17b47b79d8SRamesh Shanmugasundaram  * GNU General Public License for more details.
18b47b79d8SRamesh Shanmugasundaram  */
19b47b79d8SRamesh Shanmugasundaram 
20b47b79d8SRamesh Shanmugasundaram #ifndef __UAPI_MAX2175_H_
21b47b79d8SRamesh Shanmugasundaram #define __UAPI_MAX2175_H_
22b47b79d8SRamesh Shanmugasundaram 
23b47b79d8SRamesh Shanmugasundaram #include <linux/v4l2-controls.h>
24b47b79d8SRamesh Shanmugasundaram 
25b47b79d8SRamesh Shanmugasundaram #define V4L2_CID_MAX2175_I2S_ENABLE	(V4L2_CID_USER_MAX217X_BASE + 0x01)
26b47b79d8SRamesh Shanmugasundaram #define V4L2_CID_MAX2175_HSLS		(V4L2_CID_USER_MAX217X_BASE + 0x02)
27b47b79d8SRamesh Shanmugasundaram #define V4L2_CID_MAX2175_RX_MODE	(V4L2_CID_USER_MAX217X_BASE + 0x03)
28b47b79d8SRamesh Shanmugasundaram 
29b47b79d8SRamesh Shanmugasundaram #endif /* __UAPI_MAX2175_H_ */
30