Home
last modified time | relevance | path

Searched defs:uvc_control (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/media/usb/uvc/
Duvcvideo.h136 struct uvc_control { struct
138 struct uvc_control_info info; argument
140 u8 index; /* Used to match the uvc_control entry with a uvc_control_info. */ argument
141 u8 dirty:1,
142 loaded:1,
143 modified:1,
144 cached:1,
145 initialized:1;
147 u8 *uvc_data;
149 struct uvc_fh *handle; /* File handle that last changed the control. */
Duvc_ctrl.c1868 struct uvc_control *uvc_control) in uvc_ctrl_find_ctrl_idx()
/kernel/linux/linux-5.10/drivers/media/usb/uvc/
Duvcvideo.h259 struct uvc_control { struct
261 struct uvc_control_info info; argument
263 u8 index; /* Used to match the uvc_control entry with a argument
265 u8 dirty:1,
266 loaded:1,
267 modified:1,
268 cached:1,
269 initialized:1;
271 u8 *uvc_data;
273 struct uvc_fh *handle; /* File handle that last changed the control. */