Lines Matching refs:in_ep
585 status = usb_ep_queue(dev->in_ep, dev->in_req, 0); in thor_tx_data()
588 dev->in_ep->name, dev->in_req->length, status); in thor_tx_data()
589 usb_ep_set_halt(dev->in_ep); in thor_tx_data()
819 dev->in_ep = ep; /* Store IN EP for enabling @ setup */ in thor_func_bind()
886 if (dev->in_ep->driver_data) { in thor_func_disable()
887 usb_ep_disable(dev->in_ep); in thor_func_disable()
888 free_ep_req(dev->in_ep, dev->in_req); in thor_func_disable()
889 dev->in_ep->driver_data = NULL; in thor_func_disable()
914 ep = dev->in_ep; in thor_eps_setup()
966 free_ep_req(dev->in_ep, dev->in_req); in thor_eps_setup()
970 usb_ep_disable(dev->in_ep); in thor_eps_setup()