Searched refs:omap_req (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | omap_udc.c | 269 struct omap_req *req; in omap_alloc_request() 283 struct omap_req *req = container_of(_req, struct omap_req, req); in omap_free_request() 291 done(struct omap_ep *ep, struct omap_req *req, int status) in done() 331 write_packet(u8 *buf, struct omap_req *req, unsigned max) in write_packet() 357 static int write_fifo(struct omap_ep *ep, struct omap_req *req) in write_fifo() 396 read_packet(u8 *buf, struct omap_req *req, unsigned avail) in read_packet() 419 static int read_fifo(struct omap_ep *ep, struct omap_req *req) in read_fifo() 516 static void next_in_dma(struct omap_ep *ep, struct omap_req *req) in next_in_dma() 553 static void finish_in_dma(struct omap_ep *ep, struct omap_req *req, int status) in finish_in_dma() 579 static void next_out_dma(struct omap_ep *ep, struct omap_req *req) in next_out_dma() [all …]
|
H A D | omap_udc.h | 132 struct omap_req { struct
|