Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/media/usb/uvc/
Duvcvideo.h141 struct uvc_control { struct
143 struct uvc_control_info info; argument
145 u8 index; /* Used to match the uvc_control entry with a uvc_control_info. */ argument
146 u8 dirty:1,
147 loaded:1,
148 modified:1,
149 cached:1,
150 initialized:1;
152 u8 *uvc_data;
154 struct uvc_fh *handle; /* File handle that last changed the control. */
Duvc_ctrl.c1912 struct uvc_control *uvc_control) in uvc_ctrl_find_ctrl_idx()