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

/linux-master/drivers/usb/gadget/udc/
H A Dmv_udc_core.c118 udc->ep0_dir = EP_DIR_OUT;
182 if (direction == EP_DIR_OUT)
263 bit_pos = 1 << (((direction == EP_DIR_OUT) ? 0 : 16) + ep->ep_num);
463 bit_pos = 1 << ((direction == EP_DIR_OUT ? 0 : 16) + ep->ep_num);
639 else if (direction == EP_DIR_OUT)
764 bit_pos = 1 << (((ep_dir(ep) == EP_DIR_OUT) ? 0 : 16) + ep->ep_num);
884 if (direction == EP_DIR_OUT)
928 udc->ep0_dir = EP_DIR_OUT;
1270 ep->direction = EP_DIR_OUT;
1366 udc->ep0_dir = EP_DIR_OUT;
[all...]
H A Dmv_udc.h16 #define EP_DIR_OUT 0 macro
H A Dfsl_usb2_udc.h470 #define EP_DIR_OUT 0 macro
H A Dfsl_udc_core.c1389 if (ep0_prime_status(udc, EP_DIR_OUT))
1507 if (ep0_prime_status(udc, EP_DIR_OUT))
1566 qh = &udc->ep_qh[ep_num * 2 + EP_DIR_OUT];
H A Daspeed_udc.c132 #define EP_DIR_OUT (0x1 << 4) macro
382 ep_conf |= EP_DIR_OUT;

Completed in 294 milliseconds