Home
last modified time | relevance | path

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

/drivers/usb/usbip/
Dvhci_hcd.c124 usbip_dbg_vhci_rh("rh_port_connect %d\n", rhport); in rh_port_connect()
149 usbip_dbg_vhci_rh("rh_port_disconnect %d\n", rhport); in rh_port_disconnect()
193 usbip_dbg_vhci_rh("hw accessible flag not on?\n"); in vhci_hub_status()
201 usbip_dbg_vhci_rh("port %d status changed\n", rhport); in vhci_hub_status()
243 usbip_dbg_vhci_rh("typeReq %x wValue %x wIndex %x\n", typeReq, wValue, in vhci_hub_control()
261 usbip_dbg_vhci_rh(" ClearHubFeature\n"); in vhci_hub_control()
274 usbip_dbg_vhci_rh( in vhci_hub_control()
280 usbip_dbg_vhci_rh( in vhci_hub_control()
295 usbip_dbg_vhci_rh(" ClearPortFeature: default %x\n", in vhci_hub_control()
302 usbip_dbg_vhci_rh(" GetHubDescriptor\n"); in vhci_hub_control()
[all …]
Dusbip_common.h89 #define usbip_dbg_vhci_rh(fmt, args...) \ macro