Searched refs:gr_ep (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/usb/gadget/udc/ |
D | gr_udc.c | 91 static void gr_dbgprint_request(const char *str, struct gr_ep *ep, in gr_dbgprint_request() 112 static void gr_dbgprint_request(const char *str, struct gr_ep *ep, in gr_dbgprint_request() 125 static void gr_seq_ep_show(struct seq_file *seq, struct gr_ep *ep) in gr_seq_ep_show() 187 struct gr_ep *ep; in gr_dfs_show() 232 static struct gr_dma_desc *gr_alloc_dma_desc(struct gr_ep *ep, gfp_t gfp_flags) in gr_alloc_dma_desc() 283 static void gr_finish_request(struct gr_ep *ep, struct gr_request *req, in gr_finish_request() 365 static void gr_start_dma(struct gr_ep *ep) in gr_start_dma() 407 static void gr_dma_advance(struct gr_ep *ep, int status) in gr_dma_advance() 422 static void gr_abort_dma(struct gr_ep *ep) in gr_abort_dma() 437 static int gr_add_dma_desc(struct gr_ep *ep, struct gr_request *req, in gr_add_dma_desc() [all …]
|
D | gr_udc.h | 138 struct gr_ep { struct 189 struct gr_ep epi[GR_MAXEP]; 190 struct gr_ep epo[GR_MAXEP];
|