Home
last modified time | relevance | path

Searched refs:ep_td_struct (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/udc/
Dfsl_usb2_udc.h405 struct ep_td_struct { struct
419 struct ep_td_struct *next_td_virt; argument
455 struct ep_td_struct *head, *tail; /* For dTD List
Dfsl_udc_core.c167 struct ep_td_struct *curr_td, *next_td; in done()
706 static void fsl_prime_ep(struct fsl_ep *ep, struct ep_td_struct *td) in fsl_prime_ep()
778 static struct ep_td_struct *fsl_build_dtd(struct fsl_req *req, unsigned *length, in fsl_build_dtd()
782 struct ep_td_struct *dtd; in fsl_build_dtd()
843 struct ep_td_struct *last_dtd = NULL, *dtd; in fsl_req_to_dtd()
1595 struct ep_td_struct *curr_td; in process_ep_req()
1657 curr_td = (struct ep_td_struct *)curr_td->next_td_virt; in process_ep_req()
2491 sizeof(struct ep_td_struct), in fsl_udc_probe()