/linux/drivers/usb/gadget/udc/ |
H A D | at91_udc.h | 160 # define VDBG DBG macro 162 # define VDBG(stuff...) do{}while(0) macro 166 # define PACKET VDBG
|
H A D | goku_udc.c | 257 VDBG(dev, "disable %s\n", _ep->name); in goku_ep_disable() 320 VDBG(dev, "complete %s req %p stat %d len %u/%u\n", in done() 392 VDBG(dev, "wrote %s %u bytes%s IN %u left %p\n", in write_fifo() 452 VDBG(ep->dev, "read %s %u bytes%s OUT req %p %u/%u\n", in read_fifo() 627 VDBG(dev, "done %s %s dma, %u/%u bytes, req %p\n", in dma_advance() 693 VDBG(ep->dev, "%s %s %s %d/%d\n", __func__, ep->ep.name, in abort_dma() 744 VDBG(dev, "%s queue req %p, len %u buf %p\n", in goku_queue() 828 VDBG(dev, "%s %s %s %s %p\n", __func__, _ep->name, in goku_dequeue() 865 VDBG(ep->dev, "%s clear halt\n", ep->ep.name); in goku_clear_halt() 918 VDBG(ep->dev, "%s set halt\n", ep->ep.name); in goku_set_halt() [all …]
|
H A D | omap_udc.h | 185 # define VDBG DBG macro 187 # define VDBG(stuff...) do{}while(0) macro
|
H A D | goku_udc.h | 277 #define VDBG DBG macro 279 #define VDBG(dev,fmt,args...) \ macro
|
H A D | amd5536udc.h | 656 #define VDBG DBG macro 658 #define VDBG(udc , args...) do {} while (0) macro
|
/linux/drivers/usb/common/ |
H A D | usb-otg-fsm.c | 22 #define VDBG(fmt, args...) pr_debug("[%s] " fmt, \ macro 25 #define VDBG(stuff...) do {} while (0) macro 34 VDBG("Changing role fsm->protocol= %d; new protocol= %d\n", in otg_set_protocol() 210 VDBG("Set state: %s\n", usb_otg_state_string(new_state)); in otg_set_state() 340 VDBG("fsm->id = %d\n", fsm->id); in otg_statemachine() 448 VDBG("quit statemachine, changed = %d\n", fsm->state_changed); in otg_statemachine()
|
/linux/drivers/usb/gadget/function/ |
H A D | f_hid.c | 617 VDBG(cdev, "get_report : userspace timeout.\n"); in get_report_workqueue_handler() 640 VDBG(cdev, "usb_ep_queue error on ep0 responding to GET_REPORT\n"); in get_report_workqueue_handler() 861 VDBG(cdev, in hidg_setup() 868 VDBG(cdev, "get_report | wLength=%d\n", ctrl->wLength); in hidg_setup() 885 VDBG(cdev, "get_protocol\n"); in hidg_setup() 893 VDBG(cdev, "get_idle\n"); in hidg_setup() 901 VDBG(cdev, "set_report | wLength=%d\n", ctrl->wLength); in hidg_setup() 911 VDBG(cdev, "set_protocol\n"); in hidg_setup() 928 VDBG(cdev, "set_idle\n"); in hidg_setup() 941 VDBG(cdev, "USB_REQ_GET_DESCRIPTOR: HID\n"); in hidg_setup() [all …]
|
H A D | f_ncm.c | 628 VDBG(cdev, "Notification %02x sent\n", in ncm_notify_complete() 669 VDBG(cdev, "Set NTB INPUT SIZE %d\n", in_size); in ncm_ep0out_complete() 727 VDBG(cdev, "Host asked NTB parameters\n"); in ncm_setup() 737 VDBG(cdev, "Host asked INPUT SIZE, sending %d\n", in ncm_setup() 764 VDBG(cdev, "Host asked NTB FORMAT, sending %d\n", format); in ncm_setup() 798 VDBG(cdev, "Host asked CRC MODE, sending %d\n", is_crc); in ncm_setup() 1338 VDBG(port->func.config->cdev, in ncm_unwrap_ntb()
|
H A D | f_sourcesink.c | 546 VDBG(cdev, "%s gone (%d), %d/%d\n", ep->name, status, in source_sink_complete() 641 VDBG(cdev, "%s disabled\n", ss->function.name); in disable_source_sink() 811 VDBG(c->cdev, in sourcesink_setup() 819 VDBG(c->cdev, "source/sink req%02x.%02x v%04x i%04x l%d\n", in sourcesink_setup()
|
H A D | f_rndis.c | 504 VDBG(cdev, "invalid control req%02x.%02x v%04x i%04x l%d\n", in rndis_setup() 534 VDBG(cdev, "reset rndis control %d\n", intf); in rndis_set_alt() 538 VDBG(cdev, "init rndis ctrl %d\n", intf); in rndis_set_alt()
|
H A D | u_ether.c | 278 VDBG(dev, "rx shutdown, code %d\n", status); in rx_complete() 414 VDBG(dev, "tx err %d\n", req->status); in tx_complete() 637 VDBG(dev, "%s\n", __func__); in eth_stop()
|
H A D | f_ecm.c | 532 VDBG(cdev, "reset ecm control %d\n", intf); in ecm_set_alt() 535 VDBG(cdev, "init ecm ctrl %d\n", intf); in ecm_set_alt()
|
H A D | f_printer.c | 290 VDBG(dev, "rx shutdown, code %d\n", status); in rx_complete() 320 VDBG(dev, "tx err %d\n", req->status); in tx_complete() 1059 VDBG(dev, in printer_func_setup()
|
H A D | f_loopback.c | 300 VDBG(cdev, "%s disabled\n", loop->function.name); in disable_loopback()
|
/linux/drivers/usb/host/ |
H A D | isp116x.h | 331 # define VDBG DBG macro 333 # define VDBG(stuff...) do{}while(0) macro
|
H A D | isp1362.h | 546 # define VDBG(fmt...) DBG(3, fmt) macro 548 # define VDBG(fmt...) do {} while (0) macro
|
/linux/include/linux/usb/ |
H A D | composite.h | 629 #define VDBG(d, fmt, args...) \ macro
|
/linux/drivers/usb/gadget/ |
H A D | composite.c | 1921 VDBG(cdev, "HNP inactive\n"); in composite_setup() 2216 VDBG(cdev, in composite_setup()
|