Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c1671 hidp->hid_default_pipe_req--; in hid_default_pipe_callback()
1672 ASSERT(hidp->hid_default_pipe_req >= 0); in hid_default_pipe_callback()
1780 hidp->hid_default_pipe_req--; in hid_default_pipe_exception_callback()
1781 ASSERT(hidp->hid_default_pipe_req >= 0); in hid_default_pipe_exception_callback()
1844 if ((rval != USB_SUCCESS) || (hidp->hid_default_pipe_req > 0)) { in hid_cpr_suspend()
2742 hidp->hid_default_pipe_req++; in hid_send_async_ctrl_request()
2764 hidp->hid_default_pipe_req--; in hid_send_async_ctrl_request()
2765 ASSERT(hidp->hid_default_pipe_req >= 0); in hid_send_async_ctrl_request()
2800 hidp->hid_default_pipe_req--; in hid_send_async_ctrl_request()
2801 ASSERT(hidp->hid_default_pipe_req >= 0); in hid_send_async_ctrl_request()
/illumos-gate/usr/src/uts/common/sys/usb/clients/hid/
H A Dhidvar.h181 int hid_default_pipe_req; member