Home
last modified time | relevance | path

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

/drivers/usb/usbip/
Dvhci_sysfs.c74 usbip_dbg_vhci_sysfs("show status error\n"); in status_show_vhci()
186 usbip_dbg_vhci_sysfs("enter\n"); in vhci_port_disconnect()
256 usbip_dbg_vhci_sysfs("rhport %d\n", rhport); in detach_store()
267 usbip_dbg_vhci_sysfs("Leave\n"); in detach_store()
334 usbip_dbg_vhci_sysfs("port(%u) pdev(%d) rhport(%u)\n", in attach_store()
336 usbip_dbg_vhci_sysfs("sockfd(%u) devid(%u) speed(%u)\n", in attach_store()
Dusbip_common.h85 #define usbip_dbg_vhci_sysfs(fmt, args...) \ macro