uhci_allocate_td_from_pool
if ((td = uhci_allocate_td_from_pool(uhcip)) == NULL) {
sof_td = uhci_allocate_td_from_pool(uhcip);
isoc_td = uhci_allocate_td_from_pool(uhcip);
static uhci_td_t *uhci_allocate_td_from_pool(uhci_state_t *uhcip);
if ((dummy_td = uhci_allocate_td_from_pool(uhcip)) == NULL) {