Searched refs:fsl_ep (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | fsl_udc_core.c | 161 static void done(struct fsl_ep *ep, struct fsl_req *req, int status) in done() 211 static void nuke(struct fsl_ep *ep, int status) in nuke() 550 struct fsl_ep *ep = NULL; in fsl_ep_enable() 556 ep = container_of(_ep, struct fsl_ep, ep); in fsl_ep_enable() 638 struct fsl_ep *ep = NULL; in fsl_ep_disable() 643 ep = container_of(_ep, struct fsl_ep, ep); in fsl_ep_disable() 706 static void fsl_prime_ep(struct fsl_ep *ep, struct ep_td_struct *td) in fsl_prime_ep() 727 static void fsl_queue_td(struct fsl_ep *ep, struct fsl_req *req) in fsl_queue_td() 874 struct fsl_ep *ep = container_of(_ep, struct fsl_ep, ep); in fsl_ep_queue() 928 struct fsl_ep *ep = container_of(_ep, struct fsl_ep, ep); in fsl_ep_dequeue() [all …]
|
D | fsl_usb2_udc.h | 452 struct fsl_ep *ep; 462 struct fsl_ep { struct 481 struct fsl_ep *eps; argument 585 static inline struct ep_queue_head *get_qh_by_ep(struct fsl_ep *ep) in get_qh_by_ep()
|