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

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c349 static void ohci_xfer_timeout_handler(void *arg);
7341 * ohci_xfer_timeout_handler:
7346 ohci_xfer_timeout_handler(void *arg) function
7356 "ohci_xfer_timeout_handler: ohcip = 0x%p", (void *)ohcip);
7514 ohcip->ohci_timer_id = timeout(ohci_xfer_timeout_handler,
9953 ohcip->ohci_timer_id = timeout(ohci_xfer_timeout_handler,

Completed in 70 milliseconds