Searched refs:PACKET (Results 1 – 4 of 4) sorted by relevance
/drivers/usb/gadget/ |
D | at91_udc.h | 158 # define PACKET VDBG macro 160 # define PACKET(stuff...) do{}while(0) macro
|
D | at91_udc.c | 356 PACKET("%s %p out/%d%s\n", ep->ep.name, &req->req, count, in read_fifo() 443 PACKET("%s %p in/%d%s\n", ep->ep.name, &req->req, count, in write_fifo() 669 PACKET("ep0 in/status\n"); in at91_ep_queue() 1126 PACKET("get device status\n"); in handle_setup() 1154 PACKET("get interface status\n"); in handle_setup() 1183 PACKET("get %s status\n", ep->ep.name); in handle_setup() 1262 PACKET("ep0 in/status\n"); in handle_setup() 1350 PACKET("ep0 in/status\n"); in handle_ep0() 1382 PACKET("ep0 out/status ACK\n"); in handle_ep0()
|
/drivers/usb/host/ |
D | sl811.h | 258 # define PACKET VDBG macro 260 # define PACKET(stuff...) do{}while(0) macro
|
D | sl811-hcd.c | 163 PACKET("SETUP qh%p\n", ep); in setup_packet() 193 PACKET("STATUS%s/%s qh%p\n", ep->nak_count ? "/retry" : "", in status_packet() 230 PACKET("IN%s/%d qh%p len%d\n", ep->nak_count ? "/retry" : "", in in_packet() 273 PACKET("OUT%s/%d qh%p len%d\n", ep->nak_count ? "/retry" : "", in out_packet() 566 PACKET("...STALL_%02x qh%p\n", bank, ep); in done() 579 PACKET("...3STRIKES_%02x %02x qh%p stat %d\n", in done()
|