Searched refs:EP_OUT (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | lpc32xx_udc.c | 65 #define EP_OUT 0 /* RX (from host) */ macro 1506 tr = udc_read_hwep(udc, EP_OUT, req->req.buf + req->req.actual, in udc_ep0_out_req() 2194 bytes = udc_read_hwep(udc, EP_OUT, (u32 *) &ctrlpkt, 8); in udc_handle_ep0_setup() 2362 epstatus = udc_clearep_getsts(udc, EP_OUT); in udc_handle_ep0_out() 2371 udc_clrstall_hwep(udc, EP_OUT); in udc_handle_ep0_out() 2778 if (tmp & (EP_MASK_SEL(0, EP_OUT) | EP_MASK_SEL(0, EP_IN))) { in lpc32xx_usb_hp_irq() 2784 if (tmp & (EP_MASK_SEL(0, EP_OUT))) in lpc32xx_usb_hp_irq() 2789 if (tmp & ~(EP_MASK_SEL(0, EP_OUT) | EP_MASK_SEL(0, EP_IN))) { in lpc32xx_usb_hp_irq()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | lpc32xx_udc.c | 65 #define EP_OUT 0 /* RX (from host) */ macro 1505 tr = udc_read_hwep(udc, EP_OUT, req->req.buf + req->req.actual, in udc_ep0_out_req() 2195 bytes = udc_read_hwep(udc, EP_OUT, (u32 *) &ctrlpkt, 8); in udc_handle_ep0_setup() 2363 epstatus = udc_clearep_getsts(udc, EP_OUT); in udc_handle_ep0_out() 2372 udc_clrstall_hwep(udc, EP_OUT); in udc_handle_ep0_out() 2779 if (tmp & (EP_MASK_SEL(0, EP_OUT) | EP_MASK_SEL(0, EP_IN))) { in lpc32xx_usb_hp_irq() 2785 if (tmp & (EP_MASK_SEL(0, EP_OUT))) in lpc32xx_usb_hp_irq() 2790 if (tmp & ~(EP_MASK_SEL(0, EP_OUT) | EP_MASK_SEL(0, EP_IN))) { in lpc32xx_usb_hp_irq()
|
Completed in 8 milliseconds