Searched refs:uhci_insert_intr_td (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/ |
H A D | uhcitgt.h | 48 int uhci_insert_intr_td(uhci_state_t *uhcip,
|
H A D | uhciutil.h | 152 int uhci_insert_intr_td(uhci_state_t *uhcip,
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhcitgt.c | 788 if ((rval = uhci_insert_intr_td(uhcip, pipe_handle, req, flags)) != 1060 if ((error = uhci_insert_intr_td(uhcip, ph, NULL,
|
H A D | uhciutil.c | 1526 * uhci_insert_intr_td: 1530 uhci_insert_intr_td( function 1545 "uhci_insert_intr_td: req: 0x%p", (void *)req); 1568 "uhci_insert_intr_td: Intr request size 0x%x is " 1575 "uhci_insert_intr_td: length: 0x%x", length); 1582 "uhci_insert_intr_td: TW allocation failed"); 1606 "uhci_insert_intr_td: Interrupt request structure " 1683 "uhci_insert_intr_td: allocate td failed, free resource");
|
Completed in 54 milliseconds