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