Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/gadget/udc/
Dmv_udc_core.c118 udc->ep0_dir = EP_DIR_OUT; in ep0_stall()
182 if (direction == EP_DIR_OUT) in process_ep_req()
263 bit_pos = 1 << (((direction == EP_DIR_OUT) ? 0 : 16) + ep->ep_num); in queue_dtd()
463 bit_pos = 1 << ((direction == EP_DIR_OUT ? 0 : 16) + ep->ep_num); in mv_ep_enable()
639 else if (direction == EP_DIR_OUT) in mv_ep_fifo_flush()
764 bit_pos = 1 << (((ep_dir(ep) == EP_DIR_OUT) ? 0 : 16) + ep->ep_num); in mv_prime_ep()
884 if (direction == EP_DIR_OUT) in ep_is_stall()
928 udc->ep0_dir = EP_DIR_OUT; in mv_ep_set_halt_wedge()
1270 ep->direction = EP_DIR_OUT; in eps_init()
1366 udc->ep0_dir = EP_DIR_OUT; in mv_udc_start()
[all …]
Dmv_udc.h16 #define EP_DIR_OUT 0 macro
Dfsl_usb2_udc.h470 #define EP_DIR_OUT 0 macro
Dfsl_udc_core.c1385 if (ep0_prime_status(udc, EP_DIR_OUT)) in ch9getstatus()
1503 if (ep0_prime_status(udc, EP_DIR_OUT)) in setup_received_irq()
1562 qh = &udc->ep_qh[ep_num * 2 + EP_DIR_OUT]; in tripwire_handler()
Daspeed_udc.c132 #define EP_DIR_OUT (0x1 << 4) macro
382 ep_conf |= EP_DIR_OUT; in ast_udc_ep_enable()