Searched refs:hid_default_pipe_req (Results 1 – 2 of 2) sorted by relevance
1485 hidp->hid_default_pipe_req--; in hid_default_pipe_callback()1486 ASSERT(hidp->hid_default_pipe_req >= 0); in hid_default_pipe_callback()1594 hidp->hid_default_pipe_req--; in hid_default_pipe_exception_callback()1595 ASSERT(hidp->hid_default_pipe_req >= 0); in hid_default_pipe_exception_callback()1658 if ((rval != USB_SUCCESS) || (hidp->hid_default_pipe_req > 0)) { in hid_cpr_suspend()2546 hidp->hid_default_pipe_req++; in hid_send_async_ctrl_request()2568 hidp->hid_default_pipe_req--; in hid_send_async_ctrl_request()2569 ASSERT(hidp->hid_default_pipe_req >= 0); in hid_send_async_ctrl_request()2604 hidp->hid_default_pipe_req--; in hid_send_async_ctrl_request()2605 ASSERT(hidp->hid_default_pipe_req >= 0); in hid_send_async_ctrl_request()
180 int hid_default_pipe_req; member