Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dmv_udc_core.c118 udc->ep0_dir = EP_DIR_OUT; in ep0_stall()
182 if (direction == EP_DIR_OUT) in process_ep_req()
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()
1548 ? EP_DIR_IN : EP_DIR_OUT; in ch9getstatus()
1581 ? EP_DIR_IN : EP_DIR_OUT; in ch9clearfeature()
1636 ? EP_DIR_IN : EP_DIR_OUT; in ch9setfeature()
1861 udc->ep0_dir = EP_DIR_OUT; in irq_process_reset()
[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.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()
H A Daspeed_udc.c132 #define EP_DIR_OUT (0x1 << 4) macro
382 ep_conf |= EP_DIR_OUT; in ast_udc_ep_enable()