Searched refs:gr_ep (Results 1 – 2 of 2) sorted by relevance
/drivers/usb/gadget/udc/ |
D | gr_udc.c | 95 static void gr_dbgprint_request(const char *str, struct gr_ep *ep, in gr_dbgprint_request() 116 static void gr_dbgprint_request(const char *str, struct gr_ep *ep, in gr_dbgprint_request() 129 static void gr_seq_ep_show(struct seq_file *seq, struct gr_ep *ep) in gr_seq_ep_show() 192 struct gr_ep *ep; in gr_seq_show() 251 static struct gr_dma_desc *gr_alloc_dma_desc(struct gr_ep *ep, gfp_t gfp_flags) in gr_alloc_dma_desc() 303 static void gr_finish_request(struct gr_ep *ep, struct gr_request *req, in gr_finish_request() 385 static void gr_start_dma(struct gr_ep *ep) in gr_start_dma() 427 static void gr_dma_advance(struct gr_ep *ep, int status) in gr_dma_advance() 442 static void gr_abort_dma(struct gr_ep *ep) in gr_abort_dma() 457 static int gr_add_dma_desc(struct gr_ep *ep, struct gr_request *req, in gr_add_dma_desc() [all …]
|
D | gr_udc.h | 142 struct gr_ep { struct 193 struct gr_ep epi[GR_MAXEP]; 194 struct gr_ep epo[GR_MAXEP];
|