Searched refs:usbdbg (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | pxa27x_udc.c | 32 usbdbg("%s - buf %p, len %d", name, buf, len); in udc_dump_buffer() 72 usbdbg("write urb on ep %d", ep_num); in udc_write_urb() 74 usbdbg("urb: buf %p, buf_len %d, actual_len %d", in udc_write_urb() 76 usbdbg("endpoint: sent %d, tx_packetSize %d, last %d", in udc_write_urb() 83 usbdbg("n %d%s w %d b %d", n, is_short ? "-s" : "", w, b); in udc_write_urb() 126 usbdbg("ep0 IN stage done"); in udc_write_urb() 143 usbdbg("read urb on ep %d", ep_num); in udc_read_urb() 145 usbdbg("urb: buf %p, buf_len %d, actual_len %d", in udc_read_urb() 147 usbdbg("endpoint: rcv_packetSize %d", in udc_read_urb() 156 usbdbg("n %d%s", n, n != endpoint->rcv_packetSize ? "-s" : ""); in udc_read_urb() [all …]
|
| H A D | core.c | 408 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()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | usbdevice.h | 35 #define usbdbg(fmt,args...) serial_printf("debug: %s(), %d: "fmt"\n",__FUNCTION__,__LINE__,##args) 37 #define usbdbg(fmt,args...) do{}while(0) macro
|