Searched defs:uvc_control (Results 1 – 1 of 1) sorted by relevance
127 struct uvc_control { struct129 struct uvc_control_info info; argument131 u8 index; /* Used to match the uvc_control entry with a argument133 u8 dirty:1,134 loaded:1,135 modified:1,136 cached:1,137 initialized:1;139 u8 *uvc_data;141 struct uvc_fh *handle; /* File handle that last changed the control. */