Lines Matching refs:in_ep
64 struct usb_ep *in_ep; member
374 free_ep_req(hidg->in_ep, req); in f_hidg_write()
390 status = usb_ep_queue(hidg->in_ep, req, GFP_ATOMIC); in f_hidg_write()
608 usb_ep_disable(hidg->in_ep); in hidg_disable()
621 free_ep_req(hidg->in_ep, hidg->req); in hidg_disable()
639 if (hidg->in_ep != NULL) { in hidg_set_alt()
641 usb_ep_disable(hidg->in_ep); in hidg_set_alt()
644 hidg->in_ep); in hidg_set_alt()
649 status = usb_ep_enable(hidg->in_ep); in hidg_set_alt()
654 hidg->in_ep->driver_data = hidg; in hidg_set_alt()
656 req_in = hidg_alloc_ep_req(hidg->in_ep, hidg->report_length); in hidg_set_alt()
705 if (hidg->in_ep != NULL) { in hidg_set_alt()
718 free_ep_req(hidg->in_ep, req_in); in hidg_set_alt()
721 if (hidg->in_ep) in hidg_set_alt()
722 usb_ep_disable(hidg->in_ep); in hidg_set_alt()
765 hidg->in_ep = ep; in hidg_bind()
839 free_ep_req(hidg->in_ep, hidg->req); in hidg_bind()