Searched refs:EP_OUT (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | lpc32xx_udc.c | 93 #define EP_OUT 0 /* RX (from host) */ macro 1566 tr = udc_read_hwep(udc, EP_OUT, req->req.buf + req->req.actual, in udc_ep0_out_req() 2253 bytes = udc_read_hwep(udc, EP_OUT, (u32 *) &ctrlpkt, 8); in udc_handle_ep0_setup() 2422 epstatus = udc_clearep_getsts(udc, EP_OUT); in udc_handle_ep0_out() 2431 udc_clrstall_hwep(udc, EP_OUT); in udc_handle_ep0_out() 2806 if (tmp & (EP_MASK_SEL(0, EP_OUT) | EP_MASK_SEL(0, EP_IN))) { in lpc32xx_usb_hp_irq() 2812 if (tmp & (EP_MASK_SEL(0, EP_OUT))) in lpc32xx_usb_hp_irq() 2817 if (tmp & ~(EP_MASK_SEL(0, EP_OUT) | EP_MASK_SEL(0, EP_IN))) { in lpc32xx_usb_hp_irq()
|