Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c544 struct fsl_ep *ep = NULL; in fsl_ep_enable()
631 struct fsl_ep *ep = NULL; in fsl_ep_disable()
870 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()
1051 struct fsl_ep *ep; in fsl_ep_fifo_status()
1082 struct fsl_ep *ep; in fsl_ep_fifo_flush()
1276 struct fsl_ep *ep; in ep0_prime_status()
1339 struct fsl_ep *ep; in ch9getstatus()
1437 struct fsl_ep *ep; in setup_received_irq()
1679 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
534 static inline struct ep_queue_head *get_qh_by_ep(struct fsl_ep *ep) in get_qh_by_ep()