1 /* SPDX-License-Identifier: GPL-2.0-or-later * << 2 /* 1 /* 3 * Copyright (c) 2014-2017 Mentor Graphics Inc 2 * Copyright (c) 2014-2017 Mentor Graphics Inc. >> 3 * >> 4 * This program is free software; you can redistribute it and/or modify >> 5 * it under the terms of the GNU General Public License as published by the >> 6 * Free Software Foundation; either version 2 of the >> 7 * License, or (at your option) any later version 4 */ 8 */ 5 9 6 #ifndef __LINUX_IMX_MEDIA_H__ 10 #ifndef __LINUX_IMX_MEDIA_H__ 7 #define __LINUX_IMX_MEDIA_H__ 11 #define __LINUX_IMX_MEDIA_H__ 8 12 9 /* 13 /* 10 * events from the subdevs 14 * events from the subdevs 11 */ 15 */ 12 #define V4L2_EVENT_IMX_CLASS V4 16 #define V4L2_EVENT_IMX_CLASS V4L2_EVENT_PRIVATE_START 13 #define V4L2_EVENT_IMX_FRAME_INTERVAL_ERROR (V 17 #define V4L2_EVENT_IMX_FRAME_INTERVAL_ERROR (V4L2_EVENT_IMX_CLASS + 1) 14 18 15 enum imx_ctrl_id { 19 enum imx_ctrl_id { 16 V4L2_CID_IMX_FIM_ENABLE = (V4L2_CID_US 20 V4L2_CID_IMX_FIM_ENABLE = (V4L2_CID_USER_IMX_BASE + 0), 17 V4L2_CID_IMX_FIM_NUM, 21 V4L2_CID_IMX_FIM_NUM, 18 V4L2_CID_IMX_FIM_TOLERANCE_MIN, 22 V4L2_CID_IMX_FIM_TOLERANCE_MIN, 19 V4L2_CID_IMX_FIM_TOLERANCE_MAX, 23 V4L2_CID_IMX_FIM_TOLERANCE_MAX, 20 V4L2_CID_IMX_FIM_NUM_SKIP, 24 V4L2_CID_IMX_FIM_NUM_SKIP, 21 V4L2_CID_IMX_FIM_ICAP_EDGE, 25 V4L2_CID_IMX_FIM_ICAP_EDGE, 22 V4L2_CID_IMX_FIM_ICAP_CHANNEL, 26 V4L2_CID_IMX_FIM_ICAP_CHANNEL, 23 }; 27 }; 24 28 25 #endif 29 #endif 26 30
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.