Searched refs:fsl_ep (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/usb/gadget/udc/ |
| 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() 543 struct fsl_ep *ep = NULL; in fsl_ep_enable() 549 ep = container_of(_ep, struct fsl_ep, ep); in fsl_ep_enable() 630 struct fsl_ep *ep = NULL; in fsl_ep_disable() 635 ep = container_of(_ep, struct fsl_ep, ep); in fsl_ep_disable() 698 static void fsl_prime_ep(struct fsl_ep *ep, struct ep_td_struct *td) in fsl_prime_ep() 719 static void fsl_queue_td(struct fsl_ep *ep, struct fsl_req *req) in fsl_queue_td() 866 struct fsl_ep *ep = container_of(_ep, struct fsl_ep, ep); in fsl_ep_queue() 920 struct fsl_ep *ep = container_of(_ep, struct fsl_ep, ep); in fsl_ep_dequeue() [all …]
|
| D | fsl_usb2_udc.h | 448 struct fsl_ep *ep; 458 struct fsl_ep { struct 477 struct fsl_ep *eps; argument 581 static inline struct ep_queue_head *get_qh_by_ep(struct fsl_ep *ep) in get_qh_by_ep()
|