Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/usbip/
H A Dusbip_common.h59 extern struct device_attribute dev_attr_usbip_debug;
H A Dusbip_common.c33 struct device_attribute dev_attr_usbip_debug; variable
34 EXPORT_SYMBOL_GPL(dev_attr_usbip_debug);
H A Dstub_dev.c146 &dev_attr_usbip_debug.attr,
H A Dvhci_sysfs.c515 *(attrs + 3) = &dev_attr_usbip_debug.attr; in vhci_init_attr_group()