Searched refs:usbip_debug_flag (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/usbip/
H A Dusbip_common.h75 #define usbip_dbg_flag_xmit (usbip_debug_flag & usbip_debug_xmit)
76 #define usbip_dbg_flag_vhci_rh (usbip_debug_flag & usbip_debug_vhci_rh)
77 #define usbip_dbg_flag_vhci_hc (usbip_debug_flag & usbip_debug_vhci_hc)
78 #define usbip_dbg_flag_vhci_rx (usbip_debug_flag & usbip_debug_vhci_rx)
79 #define usbip_dbg_flag_vhci_tx (usbip_debug_flag & usbip_debug_vhci_tx)
80 #define usbip_dbg_flag_stub_rx (usbip_debug_flag & usbip_debug_stub_rx)
81 #define usbip_dbg_flag_stub_tx (usbip_debug_flag & usbip_debug_stub_tx)
82 #define usbip_dbg_flag_vhci_sysfs (usbip_debug_flag & usbip_debug_vhci_sysfs)
84 extern unsigned long usbip_debug_flag;
89 if (flag & usbip_debug_flag) \
[all...]
H A Dusbip_common.c38 unsigned long usbip_debug_flag = 0xffffffff; variable
40 unsigned long usbip_debug_flag; variable
42 EXPORT_SYMBOL_GPL(usbip_debug_flag); variable
52 return sprintf(buf, "%lx\n", usbip_debug_flag);
58 sscanf(buf, "%lx", &usbip_debug_flag);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/usbip/
H A Dusbip_common.h75 #define usbip_dbg_flag_xmit (usbip_debug_flag & usbip_debug_xmit)
76 #define usbip_dbg_flag_vhci_rh (usbip_debug_flag & usbip_debug_vhci_rh)
77 #define usbip_dbg_flag_vhci_hc (usbip_debug_flag & usbip_debug_vhci_hc)
78 #define usbip_dbg_flag_vhci_rx (usbip_debug_flag & usbip_debug_vhci_rx)
79 #define usbip_dbg_flag_vhci_tx (usbip_debug_flag & usbip_debug_vhci_tx)
80 #define usbip_dbg_flag_stub_rx (usbip_debug_flag & usbip_debug_stub_rx)
81 #define usbip_dbg_flag_stub_tx (usbip_debug_flag & usbip_debug_stub_tx)
82 #define usbip_dbg_flag_vhci_sysfs (usbip_debug_flag & usbip_debug_vhci_sysfs)
84 extern unsigned long usbip_debug_flag;
89 if (flag & usbip_debug_flag) \
[all...]
H A Dusbip_common.c38 unsigned long usbip_debug_flag = 0xffffffff; variable
40 unsigned long usbip_debug_flag; variable
42 EXPORT_SYMBOL_GPL(usbip_debug_flag); variable
52 return sprintf(buf, "%lx\n", usbip_debug_flag);
58 sscanf(buf, "%lx", &usbip_debug_flag);

Completed in 127 milliseconds