Searched refs:fsl_ep (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/usb/gadget/udc/ |
| H A D | fsl_udc_core.c | 155 static void done(struct fsl_ep *ep, struct fsl_req *req, int status) in done() 205 static void nuke(struct fsl_ep *ep, int status) in nuke() 544 struct fsl_ep *ep = NULL; in fsl_ep_enable() 550 ep = container_of(_ep, struct fsl_ep, ep); in fsl_ep_enable() 631 struct fsl_ep *ep = NULL; in fsl_ep_disable() 636 ep = container_of(_ep, struct fsl_ep, ep); in fsl_ep_disable() 702 static void fsl_prime_ep(struct fsl_ep *ep, struct ep_td_struct *td) in fsl_prime_ep() 723 static void fsl_queue_td(struct fsl_ep *ep, struct fsl_req *req) in fsl_queue_td() 870 struct fsl_ep *ep = container_of(_ep, struct fsl_ep, ep); in fsl_ep_queue() 923 struct fsl_ep *ep = container_of(_ep, struct fsl_ep, ep); in fsl_ep_dequeue() [all …]
|
| H A D | fsl_usb2_udc.h | 448 struct fsl_ep *ep; 458 struct fsl_ep { struct 477 struct fsl_ep *eps; argument 534 static inline struct ep_queue_head *get_qh_by_ep(struct fsl_ep *ep) in get_qh_by_ep()
|