Searched refs:PACKET (Results 1 – 4 of 4) sorted by relevance
| /drivers/usb/gadget/udc/ |
| A D | at91_udc.h | 166 # define PACKET VDBG macro 168 # define PACKET(stuff...) do{}while(0) macro
|
| A D | at91_udc.c | 360 PACKET("%s %p out/%d%s\n", ep->ep.name, &req->req, count, in read_fifo() 447 PACKET("%s %p in/%d%s\n", ep->ep.name, &req->req, count, in write_fifo() 673 PACKET("ep0 in/status\n"); in at91_ep_queue() 1131 PACKET("get device status\n"); in handle_setup() 1159 PACKET("get interface status\n"); in handle_setup() 1188 PACKET("get %s status\n", ep->ep.name); in handle_setup() 1267 PACKET("ep0 in/status\n"); in handle_setup() 1355 PACKET("ep0 in/status\n"); in handle_ep0() 1387 PACKET("ep0 out/status ACK\n"); in handle_ep0()
|
| /drivers/usb/host/ |
| A D | sl811.h | 246 # define PACKET pr_debug("sl811: "stuff) macro 248 # define PACKET(stuff...) do{}while(0) macro
|
| A D | sl811-hcd.c | 162 PACKET("SETUP qh%p\n", ep); in setup_packet() 192 PACKET("STATUS%s/%s qh%p\n", ep->nak_count ? "/retry" : "", in status_packet() 229 PACKET("IN%s/%d qh%p len%d\n", ep->nak_count ? "/retry" : "", in in_packet() 272 PACKET("OUT%s/%d qh%p len%d\n", ep->nak_count ? "/retry" : "", in out_packet() 568 PACKET("...STALL_%02x qh%p\n", bank, ep); in done() 581 PACKET("...3STRIKES_%02x %02x qh%p stat %d\n", in done()
|
Completed in 14 milliseconds