Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/drivers/media/usb/uvc/
Duvcvideo.h250 struct uvc_control { struct
252 struct uvc_control_info info; argument
254 u8 index; /* Used to match the uvc_control entry with a argument
256 u8 dirty:1,
257 loaded:1,
258 modified:1,
259 cached:1,
260 initialized:1;
262 u8 *uvc_data;
264 struct uvc_fh *handle; /* File handle that last changed the control. */
/kernel/linux/linux-5.10/drivers/media/usb/uvc/
Duvcvideo.h258 struct uvc_control { struct
260 struct uvc_control_info info; argument
262 u8 index; /* Used to match the uvc_control entry with a argument
264 u8 dirty:1,
265 loaded:1,
266 modified:1,
267 cached:1,
268 initialized:1;
270 u8 *uvc_data;
272 struct uvc_fh *handle; /* File handle that last changed the control. */