Home
last modified time | relevance | path

Searched refs:DBG (Results 1 – 7 of 7) sorted by relevance

/u-boot/drivers/usb/gadget/
A Datmel_usba_udc.c186 DBG(DBG_ERR, "ep_enable: Invalid argument"); in usba_ep_enable()
265 DBG(DBG_HW, "INT_ENB after init: %#08lx\n", in usba_ep_enable()
289 DBG(DBG_ERR, "ep_disable: %s not enabled\n", in usba_ep_disable()
636 DBG(DBG_ALL, "Entering Test_J mode...\n"); in do_test_mode()
641 DBG(DBG_ALL, "Entering Test_K mode...\n"); in do_test_mode()
852 DBG(DBG_INT, "%s [%d]: s/%08x c/%08x\n", in usba_control_irq()
1039 DBG(DBG_INT, "ep_irq: queue empty\n"); in usba_ep_irq()
1074 DBG(DBG_INT, "irq, status=%#08x\n", status); in usba_udc_irq()
1078 DBG(DBG_BUS, "Suspend detected\n"); in usba_udc_irq()
1089 DBG(DBG_BUS, "Wake Up CPU detected\n"); in usba_udc_irq()
[all …]
A Dci_udc.c58 #define DBG(x...) do {} while (0) macro
60 #define DBG(x...) printf(x) macro
347 DBG("%s: from %d to %d\n", __func__, in ci_ep_enable()
591 DBG("ept%d %s pre-queue req %p, buffer %p\n", in ci_ep_queue()
604 DBG("%s: Flipping ep0 to OUT\n", __func__); in flip_ep0_direction()
607 DBG("%s: Flipping ep0 to IN\n", __func__); in flip_ep0_direction()
649 DBG("ept%d %s req %p, complete %x\n", in handle_ep_complete()
812 DBG("-- reset --\n"); in udc_irq()
816 DBG("-- suspend --\n"); in udc_irq()
1032 DBG("udc probe failed, returned %d\n", ret); in usb_gadget_register_driver()
[all …]
A Dat91_udc.h150 # define VDBG DBG
164 #define DBG(stuff...) debug("udc: " stuff) macro
A Dat91_udc.c148 DBG("%s buffer overflow\n", ep->ep.name); in read_fifo()
299 DBG("bad ep or descriptor\n"); in at91_ep_enable()
305 DBG("bogus device state\n"); in at91_ep_enable()
312 DBG("only one control endpoint\n"); in at91_ep_enable()
327 DBG("bogus maxpacket %d\n", maxpacket); in at91_ep_enable()
331 DBG("iso requires double buffering\n"); in at91_ep_enable()
432 DBG("invalid request\n"); in at91_ep_queue()
437 DBG("invalid ep\n"); in at91_ep_queue()
444 DBG("invalid device\n"); in at91_ep_queue()
616 DBG("%s\n", __func__ ); in at91_wakeup()
[all …]
A Df_mass_storage.c450 DBG(fsg, "%s set halt\n", name); in fsg_set_halt()
503 DBG(common, "%s --> %d, %u/%u\n", __func__, in bulk_in_complete()
521 DBG(common, "%s --> %d, %u/%u\n", __func__, in bulk_out_complete()
560 DBG(fsg, "bulk reset request\n"); in fsg_setup()
1409 DBG(fsg, "bulk-in set wedge\n"); in wedge_bulk_in_endpoint()
1630 DBG(common, "sending phase-error status\n"); in send_status()
1634 DBG(common, "sending command-failure status\n"); in send_status()
1720 DBG(common, "%s is buggy! Expected length %d " in check_command()
2064 DBG(fsg, "invalid CBW: len %u sig 0x%x\n", in received_cbw()
2185 DBG(common, "reset interface\n"); in do_set_interface()
[all …]
A Dstorage_common.c109 #define DBG(d, fmt, args...) debug(fmt , ## args) macro
126 DBG(fsg, "%s, length %u:\n", label, length); \
A Datmel_usba_udc.h228 #define DBG(level, fmt, ...) \ macro

Completed in 18 milliseconds