Searched defs:uvc_control (Results 1 – 2 of 2) sorted by relevance
266 struct uvc_control { struct268 struct uvc_control_info info; argument270 u8 index; /* Used to match the uvc_control entry with a argument272 u8 dirty:1,273 loaded:1,274 modified:1,275 cached:1,276 initialized:1;278 u8 *uvc_data;280 struct uvc_fh *handle; /* File handle that last changed the control. */
1639 struct uvc_control *uvc_control) in uvc_ctrl_find_ctrl_idx()
Completed in 15 milliseconds