Home
last modified time | relevance | path

Searched refs:XHCI_DEBUG (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/usb/host/
Dxhci.h1549 #define XHCI_DEBUG 1 macro
1551 #define XHCI_DEBUG 0 macro
1555 do { if (XHCI_DEBUG) dev_dbg(xhci_to_hcd(xhci)->self.controller , fmt , ## args); } while (0)
1557 do { if (XHCI_DEBUG) dev_info(xhci_to_hcd(xhci)->self.controller , fmt , ## args); } while (0)
Dxhci-mem.c684 #if XHCI_DEBUG in xhci_alloc_stream_info()