Lines Matching refs:in_ep
64 struct usb_ep *in_ep; member
380 free_ep_req(hidg->in_ep, req); in f_hidg_write()
396 status = usb_ep_queue(hidg->in_ep, req, GFP_ATOMIC); in f_hidg_write()
614 usb_ep_disable(hidg->in_ep); in hidg_disable()
627 free_ep_req(hidg->in_ep, hidg->req); in hidg_disable()
645 if (hidg->in_ep != NULL) { in hidg_set_alt()
647 usb_ep_disable(hidg->in_ep); in hidg_set_alt()
650 hidg->in_ep); in hidg_set_alt()
655 status = usb_ep_enable(hidg->in_ep); in hidg_set_alt()
660 hidg->in_ep->driver_data = hidg; in hidg_set_alt()
662 req_in = hidg_alloc_ep_req(hidg->in_ep, hidg->report_length); in hidg_set_alt()
711 if (hidg->in_ep != NULL) { in hidg_set_alt()
724 free_ep_req(hidg->in_ep, req_in); in hidg_set_alt()
727 if (hidg->in_ep) in hidg_set_alt()
728 usb_ep_disable(hidg->in_ep); in hidg_set_alt()
771 hidg->in_ep = ep; in hidg_bind()
845 free_ep_req(hidg->in_ep, hidg->req); in hidg_bind()