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

/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/controller/ehci/
H A Dusb_ehci_xfer.c148 USB_DEBUG_XFER_HC("usb_ehci_xfer_setup() Start Allocating queue...\n");
165 USB_DEBUG_XFER_HC("Allocating %u iTDs...\n", num_itd);
186 USB_DEBUG_XFER_HC("Allocating %u siTDs...\n", num_sitd);
207 USB_DEBUG_XFER_HC("Allocating %u qTDs...\n", num_qtd);
232 USB_DEBUG_XFER_HC("usb_ehci_xfer_setup() Allocating %u QHs...\n", num_qh);
911 USB_DEBUG_XFER_HC(
915 USB_DEBUG_XFER_HC("NOTICE: status = %x\n", status);
947 USB_DEBUG_XFER_HC("usb_ehci_xfer_done: xfer->flags_internal.ctrl_header\n");
955 USB_DEBUG_XFER_HC("usb_ehci_xfer_done: xfer->hcd_td_cache == NULL\n");
968 USB_DEBUG_XFER_HC("usb_ehci_xfer_don
[all...]
/barrelfish-2018-10-04/include/usb/
H A Dusb.h139 //#define USB_DEBUG_XFER_HC(x...) USB_DEBUG(x)
140 #define USB_DEBUG_XFER_HC(x...) macro

Completed in 64 milliseconds