Home
last modified time | relevance | path

Searched refs: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); in uhci_build_interrupt_lattice()
205 isoc_td = uhci_allocate_td_from_pool(uhcip); in uhci_build_interrupt_lattice()
927 if ((dummy_td = uhci_allocate_td_from_pool(uhcip)) == NULL) { in uhci_alloc_queue_head()
1880 if ((td = uhci_allocate_td_from_pool(uhcip)) == NULL) { in uhci_insert_hc_td()
2739 uhci_allocate_td_from_pool(uhci_state_t *uhcip) in uhci_allocate_td_from_pool() function