Home
last modified time | relevance | path

Searched refs:hid_default_pipe_req (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c1485 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()
/titanic_44/usr/src/uts/common/sys/usb/clients/hid/
H A Dhidvar.h180 int hid_default_pipe_req; member