Searched refs:EP_DIR_OUT (Results 1 – 6 of 6) sorted by relevance
130 udc->ep0_dir = EP_DIR_OUT; in ep0_stall()195 if (direction == EP_DIR_OUT) in process_ep_req()289 bit_pos = 1 << (((direction == EP_DIR_OUT) ? 0 : 16) + ep->ep_num); in queue_dtd()484 bit_pos = 1 << ((direction == EP_DIR_OUT ? 0 : 16) + ep->ep_num); in mv_ep_enable()595 bit_pos = 1 << ((direction == EP_DIR_OUT ? 0 : 16) + ep->ep_num); in mv_ep_disable()662 else if (direction == EP_DIR_OUT) in mv_ep_fifo_flush()796 bit_pos = 1 << (((ep_dir(ep) == EP_DIR_OUT) ? 0 : 16) + ep->ep_num); in mv_prime_ep()914 if (direction == EP_DIR_OUT) in ep_is_stall()958 udc->ep0_dir = EP_DIR_OUT; in mv_ep_set_halt_wedge()1296 ep->direction = EP_DIR_OUT; in eps_init()[all …]
20 #define EP_DIR_OUT 0 macro
461 #define EP_DIR_OUT 0 macro
1526 if (ep0_prime_status(udc, EP_DIR_OUT)) in ep0_req_complete()1554 qh = &udc->ep_qh[ep_num * 2 + EP_DIR_OUT]; in tripwire_handler()
1952 dqh = &dev->ep_dqh[EP_DIR_OUT]; in setup_tripwire()2520 if (prime_status_phase(dev, EP_DIR_OUT)) in ep0_req_complete()
36 #define EP_DIR_OUT 0 macro