Lines Matching defs:ep

97 #define EP_MASK_SEL(ep, dir) (1 << (((ep) * 2) + dir))  argument
127 struct usb_ep ep; member
190 struct lpc32xx_ep ep[NUM_ENDPOINTS]; member
511 static void proc_ep_show(struct seq_file *s, struct lpc32xx_ep *ep) in proc_ep_show()
538 struct lpc32xx_ep *ep; in proc_udc_show() local
1036 static int udc_ep_in_req_dma(struct lpc32xx_udc *udc, struct lpc32xx_ep *ep) in udc_ep_in_req_dma()
1062 static int udc_ep_out_req_dma(struct lpc32xx_udc *udc, struct lpc32xx_ep *ep) in udc_ep_out_req_dma()
1116 struct lpc32xx_ep *ep = &udc->ep[0]; in udc_enable() local
1401 struct lpc32xx_ep *ep = &udc->ep[i]; in uda_usb_reset() local
1445 struct lpc32xx_ep *ep = &udc->ep[i]; in udc_reinit() local
1458 static void done(struct lpc32xx_ep *ep, struct lpc32xx_request *req, int status) in done()
1485 static void nuke(struct lpc32xx_ep *ep, int status) in nuke()
1594 struct lpc32xx_ep *ep = &udc->ep[i]; in stop_activity() local
1627 struct lpc32xx_ep *ep = container_of(_ep, struct lpc32xx_ep, ep); in lpc32xx_ep_disable() local
1665 struct lpc32xx_ep *ep = container_of(_ep, struct lpc32xx_ep, ep); in lpc32xx_ep_enable() local
1798 struct lpc32xx_ep *ep; in lpc32xx_ep_queue() local
1893 struct lpc32xx_ep *ep; in lpc32xx_ep_dequeue() local
1923 struct lpc32xx_ep *ep = container_of(_ep, struct lpc32xx_ep, ep); in lpc32xx_ep_set_halt() local
1955 struct lpc32xx_ep *ep = container_of(_ep, struct lpc32xx_ep, ep); in lpc32xx_ep_set_wedge() local
1977 void udc_send_in_zlp(struct lpc32xx_udc *udc, struct lpc32xx_ep *ep) in udc_send_in_zlp()
1991 void udc_handle_eps(struct lpc32xx_udc *udc, struct lpc32xx_ep *ep) in udc_handle_eps()
2039 static void udc_handle_dma_ep(struct lpc32xx_udc *udc, struct lpc32xx_ep *ep) in udc_handle_dma_ep()
2197 struct lpc32xx_ep *ep; in udc_get_status() local
2244 struct lpc32xx_ep *ep, *ep0 = &udc->ep[0]; in udc_handle_ep0_setup() local