Searched refs:m66592_request (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/usb/gadget/udc/ |
| D | m66592-udc.c | 38 static void irq_ep0_write(struct m66592_ep *ep, struct m66592_request *req); 39 static void irq_packet_write(struct m66592_ep *ep, struct m66592_request *req); 44 struct m66592_request *req, int status); 497 static void start_ep0_write(struct m66592_ep *ep, struct m66592_request *req) in start_ep0_write() 516 static void start_packet_write(struct m66592_ep *ep, struct m66592_request *req) in start_packet_write() 532 static void start_packet_read(struct m66592_ep *ep, struct m66592_request *req) in start_packet_read() 559 static void start_packet(struct m66592_ep *ep, struct m66592_request *req) in start_packet() 567 static void start_ep0(struct m66592_ep *ep, struct m66592_request *req) in start_ep0() 709 struct m66592_request *req, int status) in transfer_complete() 736 req = list_entry(ep->queue.next, struct m66592_request, queue); in transfer_complete() [all …]
|
| D | m66592-udc.h | 439 struct m66592_request { struct
|