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

/drivers/usb/host/
H A Dxhci.h1519 #define XHCI_DEBUG 1 macro
1521 #define XHCI_DEBUG 0 macro
1525 do { if (XHCI_DEBUG) dev_dbg(xhci_to_hcd(xhci)->self.controller , fmt , ## args); } while (0)
1527 do { if (XHCI_DEBUG) dev_info(xhci_to_hcd(xhci)->self.controller , fmt , ## args); } while (0)

Completed in 27 milliseconds