Searched defs:ohci_do_soft_reset (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c8157 if ((ohci_do_soft_reset(ohcip)) != USB_SUCCESS) {
9730 * ohci_do_soft_reset
9735 ohci_do_soft_reset(ohci_state_t *ohcip) function
9748 "ohci_do_soft_reset:"
9761 "ohci_do_soft_reset: kmem_zalloc failed");
9777 "ohci_do_soft_reset: Save reg = 0x%p", (void *)ohci_save_regs);
9838 "ohci_do_soft_reset: Reset in progress");
9929 "ohci_do_soft_reset: Before Frm No 0x%llx After Frm No 0x%llx",
9936 "ohci_do_soft_reset: Soft reset failed");
10245 if ((ohci_do_soft_reset(ohci
[all...]

Completed in 63 milliseconds