Searched defs:uhci_allocate_td_from_pool (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c60 static uhci_td_t *uhci_allocate_td_from_pool(uhci_state_t *uhcip);
194 sof_td = uhci_allocate_td_from_pool(uhcip);
205 isoc_td = uhci_allocate_td_from_pool(uhcip);
927 if ((dummy_td = uhci_allocate_td_from_pool(uhcip)) == NULL) {
1880 if ((td = uhci_allocate_td_from_pool(uhcip)) == NULL) {
2735 * uhci_allocate_td_from_pool:
2739 uhci_allocate_td_from_pool(uhci_state_t *uhcip) function
2758 "uhci_allocate_td_from_pool: TD exhausted");
2764 "uhci_allocate_td_from_pool: Allocated %d", index);

Completed in 73 milliseconds