Searched refs:gr_dma_desc (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/usb/gadget/udc/
H A Dgr_udc.h116 struct gr_dma_desc { struct
123 struct gr_dma_desc *next_desc;
170 struct gr_dma_desc *first_desc; /* First in the chain */
171 struct gr_dma_desc *curr_desc; /* Current descriptor */
172 struct gr_dma_desc *last_desc; /* Last in the chain */
H A Dgr_udc.c168 struct gr_dma_desc *desc; gr_seq_ep_show()
169 struct gr_dma_desc *next; gr_seq_ep_show()
250 /* Allocates a new struct gr_dma_desc, sets paddr and zeroes the rest */ gr_alloc_dma_desc()
251 static struct gr_dma_desc *gr_alloc_dma_desc(struct gr_ep *ep, gfp_t gfp_flags) gr_alloc_dma_desc()
254 struct gr_dma_desc *dma_desc; gr_alloc_dma_desc()
269 struct gr_dma_desc *desc) gr_free_dma_desc()
274 /* Frees the chain of struct gr_dma_desc for the given request */ gr_free_dma_desc_chain()
277 struct gr_dma_desc *desc; gr_free_dma_desc_chain()
278 struct gr_dma_desc *next; gr_free_dma_desc_chain()
451 * Allocates and sets up a struct gr_dma_desc and putting it on the descriptor
460 struct gr_dma_desc *desc; gr_add_dma_desc()
2198 sizeof(struct gr_dma_desc), 4, 0); gr_probe()

Completed in 201 milliseconds