Lines Matching +full:compound +full:- +full:device
1 /* SPDX-License-Identifier: GPL-2.0 */
5 * Copyright (C) 2023 Texas Instruments Incorporated - https://www.ti.com/
7 * Author: David Huang <d-huang@ti.com>
11 #include <media/v4l2-ctrls.h>
12 #include <media/v4l2-device.h>
13 #include <media/v4l2-fh.h>
87 * Driver device structure
92 struct device *dev;
100 /* Protect access to device data */
155 * struct e5010_ctrl - contains info for each supported v4l2 control
165 unsigned char compound; member