Searched refs:fsl_ep (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | fsl_udc_core.c | 156 static void done(struct fsl_ep *ep, struct fsl_req *req, int status) in done() 206 static void nuke(struct fsl_ep *ep, int status) in nuke() 546 struct fsl_ep *ep = NULL; in fsl_ep_enable() 552 ep = container_of(_ep, struct fsl_ep, ep); in fsl_ep_enable() 633 struct fsl_ep *ep = NULL; in fsl_ep_disable() 638 ep = container_of(_ep, struct fsl_ep, ep); in fsl_ep_disable() 701 static void fsl_prime_ep(struct fsl_ep *ep, struct ep_td_struct *td) in fsl_prime_ep() 722 static void fsl_queue_td(struct fsl_ep *ep, struct fsl_req *req) in fsl_queue_td() 869 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 581 static inline struct ep_queue_head *get_qh_by_ep(struct fsl_ep *ep) in get_qh_by_ep()
|