Lines Matching refs:DBG
58 #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()
353 DBG("%s: num=%d maxpacket=%d\n", __func__, num, ep->maxpacket); in ci_ep_enable()
525 DBG("ept%d %s queue len %x, req %p, buffer %p\n", in ci_ep_submit_next_request()
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()
658 DBG("%s: flip ep0 dir for Status Stage\n", __func__); in handle_ep_complete()
691 DBG("handle setup %s, %x, %x index %x value %x length %x\n", in handle_setup()
697 DBG("%s: Set ep0 to IN for Data Stage\n", __func__); in handle_setup()
700 DBG("%s: Set ep0 to OUT for Data Stage\n", __func__); in handle_setup()
707 DBG("%s: 0 length: flip ep0 dir for Status Stage\n", __func__); in handle_setup()
767 DBG("STALL reqname %s type %x value %x, index %x\n", in handle_setup()
812 DBG("-- reset --\n"); in udc_irq()
816 DBG("-- suspend --\n"); in udc_irq()
827 DBG("-- portchange %x %s\n", bit, (bit == 2) ? "High" : "Full"); in udc_irq()
1032 DBG("udc probe failed, returned %d\n", ret); in usb_gadget_register_driver()
1038 DBG("driver->bind() returned %d\n", ret); in usb_gadget_register_driver()