Lines Matching refs:isp1760_ep

31 	struct isp1760_ep *ep;
40 static inline struct isp1760_ep *ep_to_udc_ep(struct usb_ep *ep) in ep_to_udc_ep()
42 return container_of(ep, struct isp1760_ep, ep); in ep_to_udc_ep()
110 static struct isp1760_ep *isp1760_udc_find_ep(struct isp1760_udc *udc, in isp1760_udc_find_ep()
127 struct isp1760_ep *ep, int dir) in __isp1760_udc_select_ep()
150 struct isp1760_ep *ep) in isp1760_udc_select_ep()
156 static void isp1760_udc_ctrl_send_status(struct isp1760_ep *ep, int dir) in isp1760_udc_ctrl_send_status()
181 static void isp1760_udc_request_complete(struct isp1760_ep *ep, in isp1760_udc_request_complete()
208 static void isp1760_udc_ctrl_send_stall(struct isp1760_ep *ep) in isp1760_udc_ctrl_send_stall()
234 static bool isp1760_udc_receive(struct isp1760_ep *ep, in isp1760_udc_receive()
300 static void isp1760_udc_transmit(struct isp1760_ep *ep, in isp1760_udc_transmit()
336 static void isp1760_ep_rx_ready(struct isp1760_ep *ep) in isp1760_ep_rx_ready()
376 static void isp1760_ep_tx_complete(struct isp1760_ep *ep) in isp1760_ep_tx_complete()
456 static int __isp1760_udc_set_halt(struct isp1760_ep *ep, bool halt) in __isp1760_udc_set_halt()
516 struct isp1760_ep *ep; in isp1760_udc_get_status()
604 struct isp1760_ep *ep; in isp1760_ep0_setup_standard()
648 struct isp1760_ep *ep; in isp1760_ep0_setup_standard()
776 struct isp1760_ep *uep = ep_to_udc_ep(ep); in isp1760_ep_enable()
839 struct isp1760_ep *uep = ep_to_udc_ep(ep); in isp1760_ep_disable()
899 struct isp1760_ep *uep = ep_to_udc_ep(ep); in isp1760_ep_queue()
981 struct isp1760_ep *uep = ep_to_udc_ep(ep); in isp1760_ep_dequeue()
1003 static int __isp1760_ep_set_halt(struct isp1760_ep *uep, bool stall, bool wedge) in __isp1760_ep_set_halt()
1060 struct isp1760_ep *uep = ep_to_udc_ep(ep); in isp1760_ep_set_halt()
1076 struct isp1760_ep *uep = ep_to_udc_ep(ep); in isp1760_ep_set_wedge()
1092 struct isp1760_ep *uep = ep_to_udc_ep(ep); in isp1760_ep_fifo_flush()
1381 struct isp1760_ep *ep = &udc->ep[i*2]; in isp1760_udc_irq()
1451 struct isp1760_ep *ep = &udc->ep[i]; in isp1760_udc_init_eps()