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

/barrelfish-master/usr/drivers/usb/usb_manager/hub/
H A Dusb_hub.c192 USB_DEBUG_DEV("device speed is HS -> HIGH SPEED\n");
194 USB_DEBUG_DEV("device speed is HS -> LOW SPEED\n");
197 USB_DEBUG_DEV("device speed is HS -> FULL SPEED\n");
205 USB_DEBUG_DEV("device speed is FS -> LOW SPEED\n");
208 USB_DEBUG_DEV("device speed is FS -> FULL SPEED\n");
212 USB_DEBUG_DEV("device speed is LS -> LOW SPEED\n");
230 USB_DEBUG_DEV("new device in DEVICE_MODE\n");
286 USB_DEBUG_DEV("initializing hub device...\n");
360 USB_DEBUG_DEV("Found hub device: Num ports = %u\n", desc.bNbrPorts);
393 USB_DEBUG_DEV("devic
[all...]
/barrelfish-master/include/usb/
H A Dusb.h145 //#define USB_DEBUG_DEV(x...) USB_DEBUG(x)
146 #define USB_DEBUG_DEV(x...) macro
/barrelfish-master/usr/drivers/usb/usb_manager/
H A Dusb_device.c561 USB_DEBUG_DEV("setting device address to %i\n", device_index);

Completed in 35 milliseconds