Home
last modified time | relevance | path

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

/drivers/usb/gadget/udc/
Dmv_udc_core.c124 udc->ep0_dir = EP_DIR_OUT; in ep0_stall()
189 if (direction == EP_DIR_OUT) in process_ep_req()
270 bit_pos = 1 << (((direction == EP_DIR_OUT) ? 0 : 16) + ep->ep_num); in queue_dtd()
474 bit_pos = 1 << ((direction == EP_DIR_OUT ? 0 : 16) + ep->ep_num); in mv_ep_enable()
585 bit_pos = 1 << ((direction == EP_DIR_OUT ? 0 : 16) + ep->ep_num); in mv_ep_disable()
652 else if (direction == EP_DIR_OUT) in mv_ep_fifo_flush()
777 bit_pos = 1 << (((ep_dir(ep) == EP_DIR_OUT) ? 0 : 16) + ep->ep_num); in mv_prime_ep()
895 if (direction == EP_DIR_OUT) in ep_is_stall()
939 udc->ep0_dir = EP_DIR_OUT; in mv_ep_set_halt_wedge()
1278 ep->direction = EP_DIR_OUT; in eps_init()
[all …]
Dmv_udc.h20 #define EP_DIR_OUT 0 macro
Dfsl_usb2_udc.h474 #define EP_DIR_OUT 0 macro
Dfsl_udc_core.c1390 if (ep0_prime_status(udc, EP_DIR_OUT)) in ch9getstatus()
1508 if (ep0_prime_status(udc, EP_DIR_OUT)) in setup_received_irq()
1567 qh = &udc->ep_qh[ep_num * 2 + EP_DIR_OUT]; in tripwire_handler()