Searched defs:uvc_control (Results 1 – 1 of 1) sorted by relevance
258 struct uvc_control { struct260 struct uvc_control_info info; argument262 u8 index; /* Used to match the uvc_control entry with a argument264 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. */