Searched defs:uvc_control (Results 1 – 2 of 2) sorted by relevance
141 struct uvc_control { struct143 struct uvc_control_info info; argument145 u8 index; /* Used to match the uvc_control entry with a uvc_control_info. */ argument146 u8 dirty:1,147 loaded:1,148 modified:1,149 cached:1,150 initialized:1;152 u8 *uvc_data;154 struct uvc_fh *handle; /* File handle that last changed the control. */
1912 struct uvc_control *uvc_control) in uvc_ctrl_find_ctrl_idx()