Home
last modified time | relevance | path

Searched refs:ohci_allocate_tds_for_tw (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h1006 int ohci_allocate_tds_for_tw(
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c328 int ohci_allocate_tds_for_tw(
5661 if (ohci_allocate_tds_for_tw(ohcip, tw, td_count) == in ohci_allocate_isoc_resources()
6739 ohci_allocate_tds_for_tw( in ohci_allocate_tds_for_tw() function
6795 if (ohci_allocate_tds_for_tw(ohcip, tw, td_count) == in ohci_allocate_tw_resources()
9187 } else if (ohci_allocate_tds_for_tw(ohcip, tw, in ohci_handle_intr_td()
9348 } else if (ohci_allocate_tds_for_tw(ohcip, tw, in ohci_handle_isoc_td()
H A Dohci_polled.c2185 if (ohci_allocate_tds_for_tw(ohcip, tw, td_count) == USB_SUCCESS) { in ohci_polled_create_tw()