Searched refs:usba_hcdi_cb (Results 1 - 12 of 12) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/usb/usba/
H A DREADME56 usba_hcdi_cb USB_PIPE_STATE_ACTIVE - Before doing callback USB_PIPE_STATE_IDLE
66 usba_hcdi_cb
106 usba_hcdi_cb USB_PIPE_STATE_ACTIVE - Before doing callback USB_PIPE_STATE_IDLE
115 usba_hcdi_cb
147 usba_hcdi_cb USB_PIPE_STATE_ACTIVE if no requests are pending Before doing callback USB_PIPE_STATE_IDLE
155 usba_hcdi_cb
184 usba_hcdi_cb USB_PIPE_STATE_ACTIVE One time xfer Before doing callback USB_PIPE_STATE_IDLE
192 usba_hcdi_cb
224 usba_hcdi_cb USB_PIPE_STATE_ACTIVE if no requests are pending Before doing callback USB_PIPE_STATE_IDLE
232 usba_hcdi_cb
[all...]
H A Dhcdi.c33 * usba with the result. The call is usba_hcdi_cb().
35 * The callback queue is maintained in FIFO order. usba_hcdi_cb
476 usba_hcdi_cb(usba_pipe_handle_data_t *ph_data, function
493 "usba_hcdi_cb: "
538 "usba_hcdi_cb: ddi_intr_trigger_softint failed");
575 "usba_hcdi_cb: taskq_dispatch failed");
H A Dusbai_req.c939 * directly, this function uses usba_hcdi_cb() which ensures callback
947 usba_hcdi_cb(req_wrp->wr_ph_data, req_wrp->wr_req, cr);
993 * usba_hcdi_cb() does a cv_signal thru a soft intr
2053 * The HCD doesn't do a usba_hcdi_cb().
/opensolaris-onvv-gate/usr/src/uts/common/sys/usb/usba/
H A Dhcdi.h226 usba_hcdi_cb(usba_pipe_handle_data_t *ph,
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c951 * Convenience wrapper around usba_hcdi_cb() for the root hub.
989 usba_hcdi_cb(ph, req, cr);
H A Duhciutil.c4964 usba_hcdi_cb(ph, curr_xfer_reqp, cr);
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch.c1395 * Convenience wrapper around usba_hcdi_cb() other than root hub.
1446 usba_hcdi_cb(ph, curr_xfer_reqp, completion_reason);
H A Dehci_hub.c2049 * Convenience wrapper around usba_hcdi_cb() for the root hub.
2127 usba_hcdi_cb(ph, curr_xfer_reqp, completion_reason);
H A Dehci_xfer.c4105 * Convenience wrapper around usba_hcdi_cb() other than root hub.
4162 usba_hcdi_cb(ph, curr_xfer_reqp, completion_reason);
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c1741 * Convenience wrapper around usba_hcdi_cb() for the root hub.
1819 usba_hcdi_cb(ph, curr_xfer_reqp, completion_reason);
H A Dohci.c10835 * Convenience wrapper around usba_hcdi_cb() other than root hub.
10900 usba_hcdi_cb(ph, curr_xfer_reqp, completion_reason);
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/hwa/hwahc/
H A Dhwahc.c5377 "hwahc_rpipe_xfer_cb: call usba_hcdi_cb for req= 0x%p",
5380 usba_hcdi_cb(ph, req, cr);

Completed in 391 milliseconds