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.c542 struct fsl_ep *ep = NULL; in fsl_ep_enable()
629 struct fsl_ep *ep = NULL; in fsl_ep_disable()
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()
1047 struct fsl_ep *ep; in fsl_ep_fifo_status()
1078 struct fsl_ep *ep; in fsl_ep_fifo_flush()
1271 struct fsl_ep *ep; in ep0_prime_status()
1334 struct fsl_ep *ep; in ch9getstatus()
1432 struct fsl_ep *ep; in setup_received_irq()
1671 struct fsl_ep *curr_ep; in dtd_complete_irq()
[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()