Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/usbip/
Dusbip_common.h61 #define usbip_dbg_flag_xmit (usbip_debug_flag & usbip_debug_xmit)
62 #define usbip_dbg_flag_vhci_rh (usbip_debug_flag & usbip_debug_vhci_rh)
63 #define usbip_dbg_flag_vhci_hc (usbip_debug_flag & usbip_debug_vhci_hc)
64 #define usbip_dbg_flag_vhci_rx (usbip_debug_flag & usbip_debug_vhci_rx)
65 #define usbip_dbg_flag_vhci_tx (usbip_debug_flag & usbip_debug_vhci_tx)
66 #define usbip_dbg_flag_stub_rx (usbip_debug_flag & usbip_debug_stub_rx)
67 #define usbip_dbg_flag_stub_tx (usbip_debug_flag & usbip_debug_stub_tx)
68 #define usbip_dbg_flag_vhci_sysfs (usbip_debug_flag & usbip_debug_vhci_sysfs)
70 extern unsigned long usbip_debug_flag;
75 if (flag & usbip_debug_flag) \
Dusbip_common.c34 unsigned long usbip_debug_flag = 0xffffffff; variable
36 unsigned long usbip_debug_flag; variable
38 EXPORT_SYMBOL_GPL(usbip_debug_flag);
47 return sprintf(buf, "%lx\n", usbip_debug_flag); in show_flag()
53 sscanf(buf, "%lx", &usbip_debug_flag); in store_flag()