Home
last modified time | relevance | path

Searched refs:usbdbg (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/usb/gadget/
Dpxa27x_udc.c31 usbdbg("%s - buf %p, len %d", name, buf, len); in udc_dump_buffer()
71 usbdbg("write urb on ep %d", ep_num); in udc_write_urb()
73 usbdbg("urb: buf %p, buf_len %d, actual_len %d", in udc_write_urb()
75 usbdbg("endpoint: sent %d, tx_packetSize %d, last %d", in udc_write_urb()
82 usbdbg("n %d%s w %d b %d", n, is_short ? "-s" : "", w, b); in udc_write_urb()
125 usbdbg("ep0 IN stage done"); in udc_write_urb()
142 usbdbg("read urb on ep %d", ep_num); in udc_read_urb()
144 usbdbg("urb: buf %p, buf_len %d, actual_len %d", in udc_read_urb()
146 usbdbg("endpoint: rcv_packetSize %d", in udc_read_urb()
155 usbdbg("n %d%s", n, n != endpoint->rcv_packetSize ? "-s" : ""); in udc_read_urb()
[all …]
Dcore.c408 usbdbg("got urb from tx list"); in usbd_tx_complete()
415 usbdbg("allocating new urb for tx_urb"); in usbd_tx_complete()
657 usbdbg("event %d - not handled",event); in usbd_device_event_irq()
/external/u-boot/include/
Dusbdevice.h34 #define usbdbg(fmt,args...) serial_printf("debug: %s(), %d: "fmt"\n",__FUNCTION__,__LINE__,##args)
36 #define usbdbg(fmt,args...) do{}while(0) macro