Lines Matching refs:lpc32xx_ep

98 struct lpc32xx_ep {  struct
163 struct lpc32xx_ep ep[NUM_ENDPOINTS];
474 static void proc_ep_show(struct seq_file *s, struct lpc32xx_ep *ep) in proc_ep_show()
501 struct lpc32xx_ep *ep; in udc_show()
976 static int udc_ep_in_req_dma(struct lpc32xx_udc *udc, struct lpc32xx_ep *ep) in udc_ep_in_req_dma()
1002 static int udc_ep_out_req_dma(struct lpc32xx_udc *udc, struct lpc32xx_ep *ep) in udc_ep_out_req_dma()
1056 struct lpc32xx_ep *ep = &udc->ep[0]; in udc_enable()
1341 struct lpc32xx_ep *ep = &udc->ep[i]; in uda_usb_reset()
1385 struct lpc32xx_ep *ep = &udc->ep[i]; in udc_reinit()
1398 static void done(struct lpc32xx_ep *ep, struct lpc32xx_request *req, int status) in done()
1425 static void nuke(struct lpc32xx_ep *ep, int status) in nuke()
1444 struct lpc32xx_ep *ep0 = &udc->ep[0]; in udc_ep0_in_req()
1482 struct lpc32xx_ep *ep0 = &udc->ep[0]; in udc_ep0_out_req()
1534 struct lpc32xx_ep *ep = &udc->ep[i]; in stop_activity()
1567 struct lpc32xx_ep *ep = container_of(_ep, struct lpc32xx_ep, ep); in lpc32xx_ep_disable()
1605 struct lpc32xx_ep *ep = container_of(_ep, struct lpc32xx_ep, ep); in lpc32xx_ep_enable()
1738 struct lpc32xx_ep *ep; in lpc32xx_ep_queue()
1744 ep = container_of(_ep, struct lpc32xx_ep, ep); in lpc32xx_ep_queue()
1833 struct lpc32xx_ep *ep; in lpc32xx_ep_dequeue()
1837 ep = container_of(_ep, struct lpc32xx_ep, ep); in lpc32xx_ep_dequeue()
1863 struct lpc32xx_ep *ep = container_of(_ep, struct lpc32xx_ep, ep); in lpc32xx_ep_set_halt()
1896 struct lpc32xx_ep *ep = container_of(_ep, struct lpc32xx_ep, ep); in lpc32xx_ep_set_wedge()
1918 static void udc_send_in_zlp(struct lpc32xx_udc *udc, struct lpc32xx_ep *ep) in udc_send_in_zlp()
1932 static void udc_handle_eps(struct lpc32xx_udc *udc, struct lpc32xx_ep *ep) in udc_handle_eps()
1980 static void udc_handle_dma_ep(struct lpc32xx_udc *udc, struct lpc32xx_ep *ep) in udc_handle_dma_ep()
2138 struct lpc32xx_ep *ep; in udc_get_status()
2185 struct lpc32xx_ep *ep, *ep0 = &udc->ep[0]; in udc_handle_ep0_setup()
2324 struct lpc32xx_ep *ep0 = &udc->ep[0]; in udc_handle_ep0_in()
2358 struct lpc32xx_ep *ep0 = &udc->ep[0]; in udc_handle_ep0_out()