Searched defs:uvc_control (Results 1 – 2 of 2) sorted by relevance
136 struct uvc_control { struct138 struct uvc_control_info info; argument140 u8 index; /* Used to match the uvc_control entry with a uvc_control_info. */ argument141 u8 dirty:1,142 loaded:1,143 modified:1,144 cached:1,145 initialized:1;147 u8 *uvc_data;149 struct uvc_fh *handle; /* File handle that last changed the control. */
1862 struct uvc_control *uvc_control) in uvc_ctrl_find_ctrl_idx()