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

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c2816 tw->tw_handle_td = uhci_handle_bulk_td;
2850 * in the uhci_handle_bulk_td().
3257 * uhci_handle_bulk_td:
3262 uhci_handle_bulk_td(uhci_state_t *uhcip, uhci_td_t *td) function
3279 "uhci_handle_bulk_td: td = 0x%p tw = 0x%p", (void *)td, (void *)tw);
3295 "uhci_handle_bulk_td: error; data toggle: 0x%x",
3324 "uhci_handle_bulk_td: Data underrun occured");
3338 "uhci_handle_bulk_td: completed TD data toggle: 0x%x",
3476 "uhci_handle_bulk_td: "
3515 "uhci_handle_bulk_td
[all...]

Completed in 53 milliseconds