Searched refs:pending_async_ctrls (Results 1 – 2 of 2) sorted by relevance
1829 WARN_ON(!ctrl->handle->pending_async_ctrls); in uvc_ctrl_set_handle()1830 if (ctrl->handle->pending_async_ctrls) in uvc_ctrl_set_handle()1831 ctrl->handle->pending_async_ctrls--; in uvc_ctrl_set_handle()1835 handle->pending_async_ctrls++; in uvc_ctrl_set_handle()1844 if (WARN_ON(!handle->pending_async_ctrls)) in uvc_ctrl_set_handle()1846 handle->pending_async_ctrls--; in uvc_ctrl_set_handle()3228 if (!handle->pending_async_ctrls) in uvc_ctrl_cleanup_fh()3239 WARN_ON(handle->pending_async_ctrls); in uvc_ctrl_cleanup_fh()
632 unsigned int pending_async_ctrls; member