Home
last modified time | relevance | path

Searched refs:EP_DIR_OUT (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/gadget/
Dmv_udc_core.c125 udc->ep0_dir = EP_DIR_OUT; in ep0_stall()
190 if (direction == EP_DIR_OUT) in process_ep_req()
275 bit_pos = 1 << (((direction == EP_DIR_OUT) ? 0 : 16) + ep->ep_num); in queue_dtd()
479 bit_pos = 1 << ((direction == EP_DIR_OUT ? 0 : 16) + ep->ep_num); in mv_ep_enable()
590 bit_pos = 1 << ((direction == EP_DIR_OUT ? 0 : 16) + ep->ep_num); in mv_ep_disable()
657 else if (direction == EP_DIR_OUT) in mv_ep_fifo_flush()
782 bit_pos = 1 << (((ep_dir(ep) == EP_DIR_OUT) ? 0 : 16) + ep->ep_num); in mv_prime_ep()
900 if (direction == EP_DIR_OUT) in ep_is_stall()
944 udc->ep0_dir = EP_DIR_OUT; in mv_ep_set_halt_wedge()
1279 ep->direction = EP_DIR_OUT; in eps_init()
[all …]
Dmv_udc.h20 #define EP_DIR_OUT 0 macro
Dfsl_usb2_udc.h471 #define EP_DIR_OUT 0 macro
Dfsl_udc_core.c1381 if (ep0_prime_status(udc, EP_DIR_OUT)) in ch9getstatus()
1497 if (ep0_prime_status(udc, EP_DIR_OUT)) in setup_received_irq()
1556 qh = &udc->ep_qh[ep_num * 2 + EP_DIR_OUT]; in tripwire_handler()