Searched refs:usbip_debug_flag (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/usbip/ |
H A D | usbip_common.h | 49 #define usbip_dbg_flag_xmit (usbip_debug_flag & usbip_debug_xmit) 50 #define usbip_dbg_flag_vhci_rh (usbip_debug_flag & usbip_debug_vhci_rh) 51 #define usbip_dbg_flag_vhci_hc (usbip_debug_flag & usbip_debug_vhci_hc) 52 #define usbip_dbg_flag_vhci_rx (usbip_debug_flag & usbip_debug_vhci_rx) 53 #define usbip_dbg_flag_vhci_tx (usbip_debug_flag & usbip_debug_vhci_tx) 54 #define usbip_dbg_flag_stub_rx (usbip_debug_flag & usbip_debug_stub_rx) 55 #define usbip_dbg_flag_stub_tx (usbip_debug_flag & usbip_debug_stub_tx) 56 #define usbip_dbg_flag_vhci_sysfs (usbip_debug_flag & usbip_debug_vhci_sysfs) 58 extern unsigned long usbip_debug_flag; 63 if (flag & usbip_debug_flag) \ [all...] |
H A D | usbip_common.c | 24 unsigned long usbip_debug_flag = 0xffffffff; variable 26 unsigned long usbip_debug_flag; variable 28 EXPORT_SYMBOL_GPL(usbip_debug_flag); variable 29 module_param(usbip_debug_flag, ulong, S_IRUGO|S_IWUSR); 30 MODULE_PARM_DESC(usbip_debug_flag, "debug flags (defined in usbip_common.h)"); 39 return sprintf(buf, "%lx\n", usbip_debug_flag); in usbip_debug_show() 46 if (sscanf(buf, "%lx", &usbip_debug_flag) != 1) in usbip_debug_store()
|
/kernel/linux/linux-6.6/drivers/usb/usbip/ |
H A D | usbip_common.h | 50 #define usbip_dbg_flag_xmit (usbip_debug_flag & usbip_debug_xmit) 51 #define usbip_dbg_flag_vhci_rh (usbip_debug_flag & usbip_debug_vhci_rh) 52 #define usbip_dbg_flag_vhci_hc (usbip_debug_flag & usbip_debug_vhci_hc) 53 #define usbip_dbg_flag_vhci_rx (usbip_debug_flag & usbip_debug_vhci_rx) 54 #define usbip_dbg_flag_vhci_tx (usbip_debug_flag & usbip_debug_vhci_tx) 55 #define usbip_dbg_flag_stub_rx (usbip_debug_flag & usbip_debug_stub_rx) 56 #define usbip_dbg_flag_stub_tx (usbip_debug_flag & usbip_debug_stub_tx) 57 #define usbip_dbg_flag_vhci_sysfs (usbip_debug_flag & usbip_debug_vhci_sysfs) 59 extern unsigned long usbip_debug_flag; 64 if (flag & usbip_debug_flag) \ [all...] |
H A D | usbip_common.c | 24 unsigned long usbip_debug_flag = 0xffffffff; variable 26 unsigned long usbip_debug_flag; variable 28 EXPORT_SYMBOL_GPL(usbip_debug_flag); variable 29 module_param(usbip_debug_flag, ulong, S_IRUGO|S_IWUSR); 30 MODULE_PARM_DESC(usbip_debug_flag, "debug flags (defined in usbip_common.h)"); 39 return sprintf(buf, "%lx\n", usbip_debug_flag); in usbip_debug_show() 46 if (sscanf(buf, "%lx", &usbip_debug_flag) != 1) in usbip_debug_store()
|
Completed in 4 milliseconds