Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dgr_udc.h112 struct gr_dma_desc { struct
119 struct gr_dma_desc *next_desc;
166 struct gr_dma_desc *first_desc; /* First in the chain */
167 struct gr_dma_desc *curr_desc; /* Current descriptor */
168 struct gr_dma_desc *last_desc; /* Last in the chain */
H A Dgr_udc.c164 struct gr_dma_desc *desc; in gr_seq_ep_show()
165 struct gr_dma_desc *next; in gr_seq_ep_show()
230 /* Allocates a new struct gr_dma_desc, sets paddr and zeroes the rest */
231 static struct gr_dma_desc *gr_alloc_dma_desc(struct gr_ep *ep, gfp_t gfp_flags) in gr_alloc_dma_desc()
234 struct gr_dma_desc *dma_desc; in gr_alloc_dma_desc()
248 struct gr_dma_desc *desc) in gr_free_dma_desc()
253 /* Frees the chain of struct gr_dma_desc for the given request */
256 struct gr_dma_desc *desc; in gr_free_dma_desc_chain()
257 struct gr_dma_desc *next; in gr_free_dma_desc_chain()
430 * Allocates and sets up a struct gr_dma_desc an
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dgr_udc.h112 struct gr_dma_desc { struct
119 struct gr_dma_desc *next_desc;
166 struct gr_dma_desc *first_desc; /* First in the chain */
167 struct gr_dma_desc *curr_desc; /* Current descriptor */
168 struct gr_dma_desc *last_desc; /* Last in the chain */
H A Dgr_udc.c163 struct gr_dma_desc *desc; in gr_seq_ep_show()
164 struct gr_dma_desc *next; in gr_seq_ep_show()
230 /* Allocates a new struct gr_dma_desc, sets paddr and zeroes the rest */
231 static struct gr_dma_desc *gr_alloc_dma_desc(struct gr_ep *ep, gfp_t gfp_flags) in gr_alloc_dma_desc()
234 struct gr_dma_desc *dma_desc; in gr_alloc_dma_desc()
248 struct gr_dma_desc *desc) in gr_free_dma_desc()
253 /* Frees the chain of struct gr_dma_desc for the given request */
256 struct gr_dma_desc *desc; in gr_free_dma_desc_chain()
257 struct gr_dma_desc *next; in gr_free_dma_desc_chain()
430 * Allocates and sets up a struct gr_dma_desc an
[all...]

Completed in 5 milliseconds