Searched refs:m66592_request (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/usb/gadget/udc/ |
D | m66592-udc.c | 35 static void irq_ep0_write(struct m66592_ep *ep, struct m66592_request *req); 36 static void irq_packet_write(struct m66592_ep *ep, struct m66592_request *req); 41 struct m66592_request *req, int status); 494 static void start_ep0_write(struct m66592_ep *ep, struct m66592_request *req) in start_ep0_write() 513 static void start_packet_write(struct m66592_ep *ep, struct m66592_request *req) in start_packet_write() 529 static void start_packet_read(struct m66592_ep *ep, struct m66592_request *req) in start_packet_read() 556 static void start_packet(struct m66592_ep *ep, struct m66592_request *req) in start_packet() 564 static void start_ep0(struct m66592_ep *ep, struct m66592_request *req) in start_ep0() 706 struct m66592_request *req, int status) in transfer_complete() 733 req = list_entry(ep->queue.next, struct m66592_request, queue); in transfer_complete() [all …]
|
D | m66592-udc.h | 436 struct m66592_request { struct
|