/Linux-v4.19/drivers/usb/gadget/udc/ |
D | at91_udc.h | 162 # define VDBG DBG macro 164 # define VDBG(stuff...) do{}while(0) macro 168 # define PACKET VDBG
|
D | snps_udc_core.c | 457 VDBG(ep->dev, "ep-%d reset\n", ep->num); in ep_init() 531 VDBG(ep->dev, "udc_alloc_req(): ep%d\n", ep->num); in udc_alloc_request() 548 VDBG(ep->dev, "udc_alloc_req: req = %p dma_desc = %p, " in udc_alloc_request() 597 VDBG(ep->dev, "free_req req=%p\n", req); in udc_free_request() 600 VDBG(ep->dev, "req->td_data=%p\n", req->td_data); in udc_free_request() 690 VDBG(dev, "udc_read_dwords(): %d dwords\n", dwords); in udc_rxfifo_read_dwords() 703 VDBG(dev, "udc_read_bytes(): %d bytes\n", bytes); in udc_rxfifo_read_bytes() 753 VDBG(ep->dev, "ep %s: rxfifo read %d bytes\n", ep->ep.name, bytes); in udc_rxfifo_read() 775 VDBG(ep->dev, "udc_create_dma_chain: bytes=%ld buf_len=%ld\n", in udc_create_dma_chain() 882 VDBG(ep->dev, "prep_dma\n"); in prep_dma() [all …]
|
D | fsl_udc_core.c | 189 VDBG("complete %s req %p stat %d len %u/%u", in done() 314 VDBG("vir[qh_base] is %p phy[qh_base] is 0x%8x reg is 0x%8x", in dr_controller_setup() 506 VDBG("error ep type is %d", ep_type); in struct_ep_qh_setup() 619 VDBG("enabled %s (ep%d%s) maxpacket %d",ep->ep.name, in fsl_ep_enable() 641 VDBG("%s not enabled", _ep ? ep->ep.name : NULL); in fsl_ep_disable() 667 VDBG("disabled %s OK", _ep->name); in fsl_ep_disable() 816 VDBG("multi-dtd request!"); in fsl_build_dtd() 828 VDBG("length = %d address= 0x%x", *length, (int)*dma); in fsl_build_dtd() 879 VDBG("%s, bad params", __func__); in fsl_ep_queue() 883 VDBG("%s, bad ep", __func__); in fsl_ep_queue() [all …]
|
D | goku_udc.c | 254 VDBG(dev, "disable %s\n", _ep->name); in goku_ep_disable() 317 VDBG(dev, "complete %s req %p stat %d len %u/%u\n", in done() 389 VDBG(dev, "wrote %s %u bytes%s IN %u left %p\n", in write_fifo() 449 VDBG(ep->dev, "read %s %u bytes%s OUT req %p %u/%u\n", in read_fifo() 624 VDBG(dev, "done %s %s dma, %u/%u bytes, req %p\n", in dma_advance() 690 VDBG(ep->dev, "%s %s %s %d/%d\n", __func__, ep->ep.name, in abort_dma() 741 VDBG(dev, "%s queue req %p, len %u buf %p\n", in goku_queue() 825 VDBG(dev, "%s %s %s %s %p\n", __func__, _ep->name, in goku_dequeue() 860 VDBG(ep->dev, "%s clear halt\n", ep->ep.name); in goku_clear_halt() 913 VDBG(ep->dev, "%s set halt\n", ep->ep.name); in goku_set_halt() [all …]
|
D | omap_udc.h | 185 # define VDBG DBG macro 187 # define VDBG(stuff...) do{}while(0) macro
|
D | omap_udc.c | 229 VDBG("%s enabled\n", _ep->name); in omap_ep_enable() 257 VDBG("%s disabled\n", _ep->name); in omap_ep_disable() 307 VDBG("complete %s req %p stat %d len %u/%u\n", in done() 681 VDBG("%s, RX_CNT irq?\n", ep->ep.name); in dma_irq() 907 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", is_active ? "on" : "off"); 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 …]
|
D | goku_udc.h | 277 #define VDBG DBG macro 279 #define VDBG(dev,fmt,args...) \ macro
|
D | at91_udc.c | 270 VDBG("%s done %p, status %d\n", ep->ep.name, req, status); in done() 462 VDBG("%s %s\n", __func__, ep->ep.name); in nuke() 667 VDBG("toggle config\n"); in at91_ep_queue() 763 VDBG("halt %s\n", ep->ep.name); in at91_ep_set_halt() 1085 VDBG("SETUP %02x.%02x v%04x i%04x l%04x\n", in handle_setup() 1116 VDBG("wait for config\n"); in handle_setup() 1255 VDBG("req %02x.%02x protocol STALL; stat %d\n", in handle_setup() 1285 VDBG("ep0 stalled\n"); in handle_ep0() 1338 VDBG("address %d\n", udc->addr); in handle_ep0() 1424 VDBG("end bus reset\n"); in at91_udc_irq()
|
D | amd5536udc.h | 657 #define VDBG DBG macro 659 #define VDBG(udc , args...) do {} while (0) macro
|
D | fsl_usb2_udc.h | 547 #define VDBG DBG macro 549 #define VDBG(stuff...) do{}while(0) macro
|
/Linux-v4.19/drivers/usb/common/ |
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() 206 VDBG("Set state: %s\n", usb_otg_state_string(new_state)); in otg_set_state() 336 VDBG("fsm->id = %d\n", fsm->id); in otg_statemachine() 444 VDBG("quit statemachine, changed = %d\n", fsm->state_changed); in otg_statemachine()
|
/Linux-v4.19/drivers/usb/phy/ |
D | phy-fsl-usb.c | 35 #define VDBG(fmt, args...) pr_debug("[%s] " fmt, \ macro 38 #define VDBG(stuff...) do {} while (0) macro 270 VDBG("a_wait_enum timeout\n"); in a_wait_enum() 481 VDBG("host on......\n"); in fsl_otg_start_host() 505 VDBG("host off......\n"); in fsl_otg_start_host() 532 VDBG("gadget %s\n", on ? "on" : "off"); in fsl_otg_start_gadget() 567 VDBG("host off......\n"); in fsl_otg_set_host() 608 VDBG("otg_dev 0x%x\n", (int)otg_dev); in fsl_otg_set_peripheral() 609 VDBG("fsl_otg_dev 0x%x\n", (int)fsl_otg_dev); in fsl_otg_set_peripheral() 737 VDBG("ID int (ID is %d)\n", fsm->id); in fsl_otg_isr()
|
/Linux-v4.19/drivers/usb/gadget/function/ |
D | f_hid.c | 508 VDBG(cdev, in hidg_setup() 515 VDBG(cdev, "get_report\n"); in hidg_setup() 526 VDBG(cdev, "get_protocol\n"); in hidg_setup() 534 VDBG(cdev, "set_report | wLength=%d\n", ctrl->wLength); in hidg_setup() 540 VDBG(cdev, "set_protocol\n"); in hidg_setup() 562 VDBG(cdev, "USB_REQ_GET_DESCRIPTOR: HID\n"); in hidg_setup() 574 VDBG(cdev, "USB_REQ_GET_DESCRIPTOR: REPORT\n"); in hidg_setup() 582 VDBG(cdev, "Unknown descriptor request 0x%x\n", in hidg_setup() 590 VDBG(cdev, "Unknown request 0x%x\n", in hidg_setup() 643 VDBG(cdev, "hidg_set_alt intf:%d alt:%d\n", intf, alt); in hidg_set_alt()
|
D | f_midi.c | 294 VDBG(cdev, "%s gone (%d), %d/%d\n", ep->name, status, in f_midi_complete() 715 VDBG(midi, "%s()\n", __func__); in f_midi_in_open() 726 VDBG(midi, "%s()\n", __func__); in f_midi_in_close() 737 VDBG(midi, "%s() %d\n", __func__, up); in f_midi_in_trigger() 750 VDBG(midi, "%s()\n", __func__); in f_midi_out_open() 759 VDBG(midi, "%s()\n", __func__); in f_midi_out_close() 767 VDBG(midi, "%s()\n", __func__); in f_midi_out_trigger() 855 VDBG(midi, "%s() finished ok\n", __func__); in f_midi_register_card()
|
D | u_ether.c | 109 #undef VDBG 126 #define VDBG DBG macro 128 #define VDBG(dev, fmt, args...) \ macro 308 VDBG(dev, "rx shutdown, code %d\n", status); in rx_complete() 444 VDBG(dev, "tx err %d\n", req->status); in tx_complete() 643 VDBG(dev, "%s\n", __func__); in eth_stop()
|
D | f_ncm.c | 633 VDBG(cdev, "Notification %02x sent\n", in ncm_notify_complete() 672 VDBG(cdev, "Set NTB INPUT SIZE %d\n", in_size); in ncm_ep0out_complete() 730 VDBG(cdev, "Host asked NTB parameters\n"); in ncm_setup() 740 VDBG(cdev, "Host asked INPUT SIZE, sending %d\n", in ncm_setup() 767 VDBG(cdev, "Host asked NTB FORMAT, sending %d\n", format); in ncm_setup() 801 VDBG(cdev, "Host asked CRC MODE, sending %d\n", is_crc); in ncm_setup() 1309 VDBG(port->func.config->cdev, in ncm_unwrap_ntb()
|
D | f_sourcesink.c | 547 VDBG(cdev, "%s gone (%d), %d/%d\n", ep->name, status, in source_sink_complete() 640 VDBG(cdev, "%s disabled\n", ss->function.name); in disable_source_sink() 810 VDBG(c->cdev, in sourcesink_setup() 818 VDBG(c->cdev, "source/sink req%02x.%02x v%04x i%04x l%d\n", in sourcesink_setup()
|
D | f_rndis.c | 515 VDBG(cdev, "invalid control req%02x.%02x v%04x i%04x l%d\n", in rndis_setup() 545 VDBG(cdev, "reset rndis control %d\n", intf); in rndis_set_alt() 549 VDBG(cdev, "init rndis ctrl %d\n", intf); in rndis_set_alt()
|
D | f_ecm.c | 540 VDBG(cdev, "reset ecm control %d\n", intf); in ecm_set_alt() 543 VDBG(cdev, "init ecm ctrl %d\n", intf); in ecm_set_alt()
|
D | f_printer.c | 276 VDBG(dev, "rx shutdown, code %d\n", status); in rx_complete() 306 VDBG(dev, "tx err %d\n", req->status); in tx_complete() 994 VDBG(dev, in printer_func_setup()
|
D | f_mass_storage.c | 521 VDBG(fsg, "get max LUN\n"); in fsg_setup() 529 VDBG(fsg, in fsg_setup() 1400 VDBG(fsg, "delayed bulk-in endpoint halt\n"); in halt_bulk_in_endpoint() 1423 VDBG(fsg, "delayed bulk-in endpoint wedge\n"); in wedge_bulk_in_endpoint() 1620 VDBG(common, " sense data: SK x%02x, ASC x%02x, ASCQ x%02x;" in send_status() 1664 VDBG(common, "SCSI command: %s; Dc=%d, D%c=%u; Hc=%d%s\n", in check_command()
|
/Linux-v4.19/drivers/usb/host/ |
D | isp116x.h | 332 # define VDBG DBG macro 334 # define VDBG(stuff...) do{}while(0) macro
|
D | isp1362.h | 547 # define VDBG(fmt...) DBG(3, fmt) macro 549 # define VDBG(fmt...) do {} while (0) macro
|
D | isp116x-hcd.c | 861 VDBG("dequeue, urb %p active; wait for irq\n", in isp116x_urb_dequeue() 1668 VDBG("%s: state %x\n", __func__, state.event); in isp116x_suspend() 1677 VDBG("%s\n", __func__); in isp116x_resume()
|
/Linux-v4.19/include/linux/usb/ |
D | composite.h | 633 #define VDBG(d, fmt, args...) \ macro
|