Home
last modified time | relevance | path

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

/drivers/staging/usbip/
Dstub_dev.c214 udbg("shutdown tcp_socket %p\n", ud->tcp_socket); in stub_shutdown_connection()
262 udbg("device reset"); in stub_device_reset()
359 udbg("register new interface\n"); in stub_device_alloc()
369 udbg("kfree udev ok\n"); in stub_device_free()
412 udbg("this device %s is a usb hub device. skip!\n", in stub_probe()
418 udbg("this device %s is attached on vhci_hcd. skip!\n", in stub_probe()
454 udbg("Enter\n"); in stub_disconnect()
482 udbg("bye\n"); in stub_disconnect()
Dstub_main.c148 udbg("add busid %s\n", busid); in store_match_busid()
155 udbg("del busid %s\n", busid); in store_match_busid()
216 udbg("free sdev %p\n", sdev); in stub_device_cleanup_urbs()
221 udbg(" free urb %p\n", urb); in stub_device_cleanup_urbs()
Dusbip_common.c340 udbg("BASE: cmd %u seq %u devid %u dir %u ep %u\n", in usbip_dump_header()
349 udbg("CMD_SUBMIT: x_flags %u x_len %u sf %u #p %u iv %u\n", in usbip_dump_header()
357 udbg("CMD_UNLINK: seq %u\n", pdu->u.cmd_unlink.seqnum); in usbip_dump_header()
360 udbg("RET_SUBMIT: st %d al %u sf %d ec %d\n", in usbip_dump_header()
366 udbg("RET_UNLINK: status %d\n", pdu->u.ret_unlink.status); in usbip_dump_header()
370 udbg("UNKNOWN\n"); in usbip_dump_header()
436 udbg("rx_thread for ud %p has finished\n", ud); in usbip_stop_threads()
442 udbg("tx_thread for ud %p has finished\n", ud); in usbip_stop_threads()
516 udbg("usbip_xmit: %s sock %p buf %p size %u ret %d" in usbip_xmit()
Dusbip_common.h43 #define udbg(fmt, args...) \ macro
52 #define udbg(fmt, args...) do { } while (0) macro
90 udbg(fmt , ##args); \
Dvhci_hcd.c838 udbg("shutdown tcp_socket %p\n", ud->tcp_socket); in vhci_shutdown_connection()
/drivers/char/
DKconfig670 bool "udbg based fake hypervisor console"