Home
last modified time | relevance | path

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

/linux-3.3/drivers/usb/gadget/
Dmv_udc_core.c130 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 …]
Dmv_udc.h20 #define EP_DIR_OUT 0 macro
Dfsl_usb2_udc.h461 #define EP_DIR_OUT 0 macro
Dfsl_udc_core.c1526 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()
Dlangwell_udc.c1952 dqh = &dev->ep_dqh[EP_DIR_OUT]; in setup_tripwire()
2520 if (prime_status_phase(dev, EP_DIR_OUT)) in ep0_req_complete()
/linux-3.3/include/linux/usb/
Dlangwell_udc.h36 #define EP_DIR_OUT 0 macro