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

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c1155 usb_err = uhci_parse_td_error(uhcip, pp, td);
1436 error = uhci_parse_td_error(uhcip, pp, td);
1729 usb_err = uhci_parse_td_error(uhcip, pp, td);
1791 * uhci_parse_td_error
1795 uhci_parse_td_error(uhci_state_t *uhcip, uhci_pipe_private_t *pp, uhci_td_t *td) function
1802 "uhci_parse_td_error: status_bits=0x%x", status);
1815 "uhci_parse_td_error: status_bits=0x%x", status);
1827 "uhci_parse_td_error: timeout & data toggle reset; "
1852 "uhci_parse_td_error: stall; data toggle reset; "

Completed in 47 milliseconds