Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A 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 …]
H A Daspeed_usbtty.c145 usbdbg("stall ep: %d", ep_num); in udc_stall_ep()
266 usbdbg("EP0 OUT packet ACK, sent zero-length packet"); in aspeed_udc_ep0_out()
287 usbdbg("urb->buffer: %p, buffer_length: %d, actual_length: %d, sent:%d", in aspeed_udc_ep0_tx()
297 usbdbg("send address %x", (u32)cp); in aspeed_udc_ep0_tx()
307 usbdbg("ep sent: %d, tx_packetSize: %d, last: %d", in aspeed_udc_ep0_tx()
324 usbdbg("aspeed_udc_ep0_in"); in aspeed_udc_ep0_in()
333 usbdbg("ACK on EP0 control write status stage packet"); in aspeed_udc_ep0_in()
360 usbdbg("control read data stage complete"); in aspeed_udc_ep0_in()
372 usbdbg("ACK control read data stage packet"); in aspeed_udc_ep0_in()
384 usbdbg("-> Entering device setup"); in aspeed_udc_setup_handle()
[all …]
H A Dcore.c407 usbdbg("got urb from tx list"); in usbd_tx_complete()
414 usbdbg("allocating new urb for tx_urb"); in usbd_tx_complete()
656 usbdbg("event %d - not handled",event); in usbd_device_event_irq()
/openbmc/u-boot/include/
H A 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