| /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 | snps_udc_core.c | 451 VDBG(ep->dev, "ep-%d reset\n", ep->num); in ep_init() 525 VDBG(ep->dev, "udc_alloc_req(): ep%d\n", ep->num); in udc_alloc_request() 542 VDBG(ep->dev, "udc_alloc_req: req = %p dma_desc = %p, " in udc_alloc_request() 591 VDBG(ep->dev, "free_req req=%p\n", req); in udc_free_request() 594 VDBG(ep->dev, "req->td_data=%p\n", req->td_data); in udc_free_request() 684 VDBG(dev, "udc_read_dwords(): %d dwords\n", dwords); in udc_rxfifo_read_dwords() 697 VDBG(dev, "udc_read_bytes(): %d bytes\n", bytes); in udc_rxfifo_read_bytes() 747 VDBG(ep->dev, "ep %s: rxfifo read %d bytes\n", ep->ep.name, bytes); in udc_rxfifo_read() 769 VDBG(ep->dev, "udc_create_dma_chain: bytes=%ld buf_len=%ld\n", in udc_create_dma_chain() 876 VDBG(ep->dev, "prep_dma\n"); in prep_dma() [all …]
|
| H A D | omap_udc.h | 185 # define VDBG DBG macro 187 # define VDBG(stuff...) do{}while(0) macro
|
| H A D | omap_udc.c | 231 VDBG("%s enabled\n", _ep->name); in omap_ep_enable() 259 VDBG("%s disabled\n", _ep->name); in omap_ep_disable() 309 VDBG("complete %s req %p stat %d len %u/%u\n", in done() 683 VDBG("%s, RX_CNT irq?\n", ep->ep.name); in dma_irq() 905 VDBG("%s queue req %p, len %d buf %p\n", in omap_ep_queue() 1104 VDBG("%s %s halt stat %d\n", ep->ep.name, in omap_ep_set_halt() 1252 VDBG("VBUS %s\n", str_on_off(is_active)); in omap_vbus_session() 1546 VDBG("set config %d\n", w_value); in ep0_irq() 1585 VDBG("%s halt cleared by host\n", ep->name); in ep0_irq() 1611 VDBG("%s halted by host\n", ep->name); in ep0_irq() [all …]
|
| 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 | 608 VDBG(cdev, "get_report : userspace timeout.\n"); in get_report_workqueue_handler() 631 VDBG(cdev, "usb_ep_queue error on ep0 responding to GET_REPORT\n"); in get_report_workqueue_handler() 853 VDBG(cdev, in hidg_setup() 860 VDBG(cdev, "get_report | wLength=%d\n", ctrl->wLength); in hidg_setup() 877 VDBG(cdev, "get_protocol\n"); in hidg_setup() 885 VDBG(cdev, "get_idle\n"); in hidg_setup() 893 VDBG(cdev, "set_report | wLength=%d\n", ctrl->wLength); in hidg_setup() 903 VDBG(cdev, "set_protocol\n"); in hidg_setup() 920 VDBG(cdev, "set_idle\n"); in hidg_setup() 933 VDBG(cdev, "USB_REQ_GET_DESCRIPTOR: HID\n"); in hidg_setup() [all …]
|
| H A D | f_midi.c | 295 VDBG(cdev, "%s gone (%d), %d/%d\n", ep->name, status, in f_midi_complete() 718 VDBG(midi, "%s()\n", __func__); in f_midi_in_open() 729 VDBG(midi, "%s()\n", __func__); in f_midi_in_close() 740 VDBG(midi, "%s() %d\n", __func__, up); in f_midi_in_trigger() 753 VDBG(midi, "%s()\n", __func__); in f_midi_out_open() 762 VDBG(midi, "%s()\n", __func__); in f_midi_out_close() 770 VDBG(midi, "%s()\n", __func__); in f_midi_out_trigger() 858 VDBG(midi, "%s() finished ok\n", __func__); in f_midi_register_card()
|
| H A D | f_ncm.c | 630 VDBG(cdev, "Notification %02x sent\n", in ncm_notify_complete() 671 VDBG(cdev, "Set NTB INPUT SIZE %d\n", in_size); in ncm_ep0out_complete() 729 VDBG(cdev, "Host asked NTB parameters\n"); in ncm_setup() 739 VDBG(cdev, "Host asked INPUT SIZE, sending %d\n", in ncm_setup() 766 VDBG(cdev, "Host asked NTB FORMAT, sending %d\n", format); in ncm_setup() 800 VDBG(cdev, "Host asked CRC MODE, sending %d\n", is_crc); in ncm_setup() 1349 VDBG(port->func.config->cdev, in ncm_unwrap_ntb()
|
| H A D | f_sourcesink.c | 553 VDBG(cdev, "%s gone (%d), %d/%d\n", ep->name, status, in source_sink_complete() 648 VDBG(cdev, "%s disabled\n", ss->function.name); in disable_source_sink() 818 VDBG(c->cdev, in sourcesink_setup() 826 VDBG(c->cdev, "source/sink req%02x.%02x v%04x i%04x l%d\n", in sourcesink_setup()
|
| H A D | f_rndis.c | 507 VDBG(cdev, "invalid control req%02x.%02x v%04x i%04x l%d\n", in rndis_setup() 537 VDBG(cdev, "reset rndis control %d\n", intf); in rndis_set_alt() 541 VDBG(cdev, "init rndis ctrl %d\n", intf); in rndis_set_alt()
|
| H A D | u_ether.c | 281 VDBG(dev, "rx shutdown, code %d\n", status); in rx_complete() 417 VDBG(dev, "tx err %d\n", req->status); in tx_complete() 640 VDBG(dev, "%s\n", __func__); in eth_stop()
|
| H A D | f_ecm.c | 535 VDBG(cdev, "reset ecm control %d\n", intf); in ecm_set_alt() 538 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() 1071 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 | isp116x-hcd.c | 860 VDBG("dequeue, urb %p active; wait for irq\n", in isp116x_urb_dequeue() 1662 VDBG("%s: state %x\n", __func__, state.event); in isp116x_suspend() 1671 VDBG("%s\n", __func__); in isp116x_resume()
|
| /linux/include/linux/usb/ |
| H A D | composite.h | 626 #define VDBG(d, fmt, args...) \ macro
|
| /linux/drivers/usb/gadget/ |
| H A D | composite.c | 1898 VDBG(cdev, "HNP inactive\n"); in composite_setup() 2194 VDBG(cdev, in composite_setup()
|