/openbmc/u-boot/drivers/usb/gadget/ |
H A D | at91_udc.h | 150 # define VDBG DBG macro 152 # define VDBG(stuff...) do{}while(0) macro 156 # define PACKET VDBG
|
H A D | at91_udc.c | 81 VDBG("%s done %p, status %d\n", ep->ep.name, req, status); in done() 273 VDBG("%s %s\n", __func__, ep->ep.name); in nuke() 478 VDBG("toggle config\n"); in at91_ep_queue() 571 VDBG("halt %s\n", ep->ep.name); in at91_ep_set_halt() 887 VDBG("SETUP %02x.%02x v%04x i%04x l%04x\n", in handle_setup() 918 VDBG("wait for config\n"); in handle_setup() 1057 VDBG("req %02x.%02x protocol STALL; stat %d\n", in handle_setup() 1087 VDBG("ep0 stalled\n"); in handle_ep0() 1140 VDBG("address %d\n", udc->addr); in handle_ep0() 1225 VDBG("end bus reset\n"); in at91_udc_irq()
|
H A D | f_mass_storage.c | 562 VDBG(fsg, "get max LUN\n"); in fsg_setup() 570 VDBG(fsg, in fsg_setup() 1384 VDBG(fsg, "delayed bulk-in endpoint halt\n"); in halt_bulk_in_endpoint() 1404 VDBG(fsg, "delayed bulk-in endpoint wedge\n"); in wedge_bulk_in_endpoint() 1628 VDBG(common, " sense data: SK x%02x, ASC x%02x, ASCQ x%02x;" in send_status() 1671 VDBG(common, "SCSI command: %s; Dc=%d, D%c=%u; Hc=%d%s\n", in check_command()
|
H A D | storage_common.c | 110 #define VDBG(d, fmt, args...) debug(fmt , ## args) macro
|
/openbmc/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 | 876 VDBG(ep->dev, "prep_dma\n"); in prep_dma() 1034 VDBG(dev, "udc_set_rde()\n"); in udc_set_rde() 1077 VDBG(dev, "DMA map req %p\n", req); in udc_queue() 1196 VDBG(dev, "list_add\n"); in udc_queue() 2066 VDBG(dev, "ep%d irq\n", ep_ix); in udc_data_out_isr() 2104 VDBG(dev, "req = %p\n", req); in udc_data_out_isr() 2311 VDBG(dev, "TDC set- completion\n"); in udc_data_in_isr() 2443 VDBG(dev, "ep0: BNA set\n"); in udc_control_out_isr() 2453 VDBG(dev, "data_typ = %x\n", tmp); in udc_control_out_isr() 2587 VDBG(dev, "ZLP\n"); in udc_control_out_isr() [all …]
|
H A D | fsl_udc_core.c | 662 VDBG("disabled %s OK", _ep->name); in fsl_ep_disable() 811 VDBG("multi-dtd request!"); in fsl_build_dtd() 878 VDBG("%s, bad ep", __func__); in fsl_ep_queue() 1626 VDBG("Transfer overflow"); in process_ep_req() 1630 VDBG("ISO error"); in process_ep_req() 1639 VDBG("Request not complete"); in process_ep_req() 1833 VDBG("Bus reset"); in reset_irq() 1841 VDBG("Controller reset"); in reset_irq() 1884 VDBG("Packet int"); in fsl_udc_irq() 1913 VDBG("reset int"); in fsl_udc_irq() [all …]
|
H A D | goku_udc.c | 257 VDBG(dev, "disable %s\n", _ep->name); in goku_ep_disable() 392 VDBG(dev, "wrote %s %u bytes%s IN %u left %p\n", in write_fifo() 627 VDBG(dev, "done %s %s dma, %u/%u bytes, req %p\n", in dma_advance() 744 VDBG(dev, "%s queue req %p, len %u buf %p\n", in goku_queue() 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() 957 VDBG(ep->dev, "%s %s\n", __func__, ep->ep.name); in goku_fifo_flush() 1317 VDBG(dev, "%s\n", __func__); in ep0_start() 1483 VDBG(dev, "clear dev remote wakeup\n"); in ep0_setup() 1497 VDBG(dev, "SETUP %02x.%02x v%04x i%04x l%04x\n", in ep0_setup() [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 | 232 VDBG("%s enabled\n", _ep->name); in omap_ep_enable() 260 VDBG("%s disabled\n", _ep->name); in omap_ep_disable() 684 VDBG("%s, RX_CNT irq?\n", ep->ep.name); in dma_irq() 910 VDBG("%s queue req %p, len %d buf %p\n", in omap_ep_queue() 1109 VDBG("%s %s halt stat %d\n", ep->ep.name, in omap_ep_set_halt() 1551 VDBG("set config %d\n", w_value); in ep0_irq() 1616 VDBG("%s halted by host\n", ep->name); in ep0_irq() 1742 VDBG("connect\n"); in devstate_irq() 1763 VDBG("RESET=1\n"); in devstate_irq() 1779 VDBG("suspend\n"); in devstate_irq() [all …]
|
H A D | goku_udc.h | 277 #define VDBG DBG macro 279 #define VDBG(dev,fmt,args...) \ macro
|
H A 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() 765 VDBG("halt %s\n", ep->ep.name); in at91_ep_set_halt() 1086 VDBG("SETUP %02x.%02x v%04x i%04x l%04x\n", in handle_setup() 1117 VDBG("wait for config\n"); in handle_setup() 1256 VDBG("req %02x.%02x protocol STALL; stat %d\n", in handle_setup() 1286 VDBG("ep0 stalled\n"); in handle_ep0() 1339 VDBG("address %d\n", udc->addr); in handle_ep0() 1425 VDBG("end bus reset\n"); in at91_udc_irq()
|
H A D | amd5536udc.h | 656 #define VDBG DBG macro 658 #define VDBG(udc , args...) do {} while (0) macro
|
H A D | fsl_usb2_udc.h | 547 #define VDBG DBG macro 549 #define VDBG(stuff...) do{}while(0) macro
|
/openbmc/linux/drivers/usb/phy/ |
H A 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()
|
/openbmc/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()
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_hid.c | 656 VDBG(cdev, in hidg_setup() 663 VDBG(cdev, "get_report\n"); in hidg_setup() 674 VDBG(cdev, "get_protocol\n"); in hidg_setup() 682 VDBG(cdev, "get_idle\n"); in hidg_setup() 700 VDBG(cdev, "set_protocol\n"); in hidg_setup() 717 VDBG(cdev, "set_idle\n"); in hidg_setup() 730 VDBG(cdev, "USB_REQ_GET_DESCRIPTOR: HID\n"); in hidg_setup() 742 VDBG(cdev, "USB_REQ_GET_DESCRIPTOR: REPORT\n"); in hidg_setup() 750 VDBG(cdev, "Unknown descriptor request 0x%x\n", in hidg_setup() 758 VDBG(cdev, "Unknown request 0x%x\n", in hidg_setup() [all …]
|
H A D | f_midi.c | 294 VDBG(cdev, "%s gone (%d), %d/%d\n", ep->name, status, in f_midi_complete() 717 VDBG(midi, "%s()\n", __func__); in f_midi_in_open() 728 VDBG(midi, "%s()\n", __func__); in f_midi_in_close() 739 VDBG(midi, "%s() %d\n", __func__, up); in f_midi_in_trigger() 752 VDBG(midi, "%s()\n", __func__); in f_midi_out_open() 761 VDBG(midi, "%s()\n", __func__); in f_midi_out_close() 769 VDBG(midi, "%s()\n", __func__); in f_midi_out_trigger() 857 VDBG(midi, "%s() finished ok\n", __func__); in f_midi_register_card()
|
H A D | f_ncm.c | 618 VDBG(cdev, "Notification %02x sent\n", in ncm_notify_complete() 659 VDBG(cdev, "Set NTB INPUT SIZE %d\n", in_size); in ncm_ep0out_complete() 717 VDBG(cdev, "Host asked NTB parameters\n"); in ncm_setup() 727 VDBG(cdev, "Host asked INPUT SIZE, sending %d\n", in ncm_setup() 754 VDBG(cdev, "Host asked NTB FORMAT, sending %d\n", format); in ncm_setup() 788 VDBG(cdev, "Host asked CRC MODE, sending %d\n", is_crc); in ncm_setup() 1324 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()
|
/openbmc/linux/drivers/usb/host/ |
H A D | isp116x.h | 331 # define VDBG DBG macro 333 # define VDBG(stuff...) do{}while(0) macro
|
/openbmc/openbmc/poky/meta/recipes-graphics/menu-cache/files/ |
H A D | 0001-Support-gcc10-compilation.patch | 108 #define VDBG if (verbose > 1) g_debug
|
/openbmc/linux/include/linux/usb/ |
H A D | composite.h | 621 #define VDBG(d, fmt, args...) \ macro
|