Searched refs:dbg_with_flag (Results 1 – 1 of 1) sorted by relevance
/drivers/staging/usbip/ |
D | usbip_common.h | 87 #define dbg_with_flag(flag, fmt, args...) \ macro 94 dbg_with_flag(usbip_debug_sysfs, fmt , ##args) 96 dbg_with_flag(usbip_debug_xmit, fmt , ##args) 98 dbg_with_flag(usbip_debug_urb, fmt , ##args) 100 dbg_with_flag(usbip_debug_eh, fmt , ##args) 103 dbg_with_flag(usbip_debug_vhci_rh, fmt , ##args) 105 dbg_with_flag(usbip_debug_vhci_hc, fmt , ##args) 107 dbg_with_flag(usbip_debug_vhci_rx, fmt , ##args) 109 dbg_with_flag(usbip_debug_vhci_tx, fmt , ##args) 111 dbg_with_flag(usbip_debug_vhci_sysfs, fmt , ##args) [all …]
|