Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dfsl_usb2_udc.h575 #define get_ep_by_pipe(udc, pipe) ((pipe == 1)? &udc->eps[0]: \ macro
H A Dfsl_udc_core.c1307 struct fsl_ep *ep = get_ep_by_pipe(udc, pipe); in udc_reset_ep_queue()
1352 target_ep = get_ep_by_pipe(udc, get_pipe_by_windex(index)); in ch9getstatus()
1437 ep = get_ep_by_pipe(udc, pipe); in setup_received_irq()
1691 curr_ep = get_ep_by_pipe(udc, i); in dtd_complete_irq()