Searched refs:uhci_alloc_queue_head (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcipolled.h123 extern queue_head_t *uhci_alloc_queue_head(uhci_state_t *);
H A Duhcitgt.h37 queue_head_t *uhci_alloc_queue_head(uhci_state_t *uhcip);
H A Duhciutil.h129 queue_head_t *uhci_alloc_queue_head(uhci_state_t *uhcip);
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcipolled.c509 uhci_polledp->uhci_polled_qh = uhci_alloc_queue_head(uhcip);
H A Duhcitgt.c232 pp->pp_qh = uhci_alloc_queue_head(uhcip);
H A Duhciutil.c177 uhcip->uhci_ctrl_xfers_q_head = uhci_alloc_queue_head(uhcip);
183 uhcip->uhci_bulk_xfers_q_head = uhci_alloc_queue_head(uhcip);
209 uhcip->uhci_isoc_qh = uhci_alloc_queue_head(uhcip);
911 * uhci_alloc_queue_head:
915 uhci_alloc_queue_head(uhci_state_t *uhcip) function
922 "uhci_alloc_queue_head");
930 "uhci_alloc_queue_head: allocate td from pool failed");
948 "uhci_alloc_queue_head: Allocated %d", index);
952 "uhci_alloc_queue_head: All QH exhausted");
962 "uhci_alloc_queue_head
[all...]

Completed in 77 milliseconds