Searched defs:uvc_control (Results 1 – 3 of 3) sorted by relevance
132 struct uvc_control { struct134 struct uvc_control_info info; argument136 u8 index; /* Used to match the uvc_control entry with a uvc_control_info. */ argument137 u8 dirty:1,138 loaded:1,139 modified:1,140 cached:1,141 initialized:1;143 u8 *uvc_data;145 struct uvc_fh *handle; /* File handle that last changed the control. */
1822 struct uvc_control *uvc_control) in uvc_ctrl_find_ctrl_idx()
259 struct uvc_control { struct261 struct uvc_control_info info; argument263 u8 index; /* Used to match the uvc_control entry with a argument265 u8 dirty:1,266 loaded:1,267 modified:1,268 cached:1,269 initialized:1;271 u8 *uvc_data;273 struct uvc_fh *handle; /* File handle that last changed the control. */