Home
last modified time | relevance | path

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

/linux/drivers/usb/usbip/
H A Dusbip_common.c24 unsigned long usbip_debug_flag = 0xffffffff; variable
26 unsigned long usbip_debug_flag; variable
28 EXPORT_SYMBOL_GPL(usbip_debug_flag);
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()