Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c154 static void done(struct fsl_ep *ep, struct fsl_req *req, int status) in done()
204 static void nuke(struct fsl_ep *ep, int status) in nuke()
542 struct fsl_ep *ep = NULL; in fsl_ep_enable()
548 ep = container_of(_ep, struct fsl_ep, ep); in fsl_ep_enable()
629 struct fsl_ep *ep = NULL; in fsl_ep_disable()
634 ep = container_of(_ep, struct fsl_ep, ep); in fsl_ep_disable()
697 static void fsl_prime_ep(struct fsl_ep *ep, struct ep_td_struct *td) in fsl_prime_ep()
718 static void fsl_queue_td(struct fsl_ep *ep, struct fsl_req *req) in fsl_queue_td()
865 struct fsl_ep *ep = container_of(_ep, struct fsl_ep, ep); in fsl_ep_queue()
919 struct fsl_ep *ep = container_of(_ep, struct fsl_ep, ep); in fsl_ep_dequeue()
[all …]
H A Dfsl_usb2_udc.h448 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()