Searched refs:udc_clearep_getsts (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | lpc32xx_udc.c | 908 static inline u32 udc_clearep_getsts(struct lpc32xx_udc *udc, u32 hwep) in udc_clearep_getsts() function 1921 udc_clearep_getsts(udc, ep->hwep_num); in udc_send_in_zlp() 1947 epstatus = udc_clearep_getsts(udc, ep->hwep_num); in udc_handle_eps() 2073 if (udc_clearep_getsts(udc, ep->hwep_num) & EP_SEL_F) { in udc_handle_dma_ep() 2074 udc_clearep_getsts(udc, ep->hwep_num); in udc_handle_dma_ep() 2076 udc_clearep_getsts(udc, ep->hwep_num); in udc_handle_dma_ep() 2088 udc_clearep_getsts(udc, ep->hwep_num); in udc_handle_dma_ep() 2328 epstatus = udc_clearep_getsts(udc, EP_IN); in udc_handle_ep0_in() 2362 epstatus = udc_clearep_getsts(udc, EP_OUT); in udc_handle_ep0_out()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | lpc32xx_udc.c | 907 static inline u32 udc_clearep_getsts(struct lpc32xx_udc *udc, u32 hwep) in udc_clearep_getsts() function 1922 udc_clearep_getsts(udc, ep->hwep_num); in udc_send_in_zlp() 1948 epstatus = udc_clearep_getsts(udc, ep->hwep_num); in udc_handle_eps() 2074 if (udc_clearep_getsts(udc, ep->hwep_num) & EP_SEL_F) { in udc_handle_dma_ep() 2075 udc_clearep_getsts(udc, ep->hwep_num); in udc_handle_dma_ep() 2077 udc_clearep_getsts(udc, ep->hwep_num); in udc_handle_dma_ep() 2089 udc_clearep_getsts(udc, ep->hwep_num); in udc_handle_dma_ep() 2329 epstatus = udc_clearep_getsts(udc, EP_IN); in udc_handle_ep0_in() 2363 epstatus = udc_clearep_getsts(udc, EP_OUT); in udc_handle_ep0_out()
|
Completed in 9 milliseconds