Lines Matching refs:usb_ep
61 static void bot_status_complete(struct usb_ep *ep, struct usb_request *req) in bot_status_complete()
100 static void bot_err_compl(struct usb_ep *ep, struct usb_request *req) in bot_err_compl()
128 struct usb_ep *ep; in bot_send_bad_status()
203 static void bot_read_compl(struct usb_ep *ep, struct usb_request *req) in bot_read_compl()
252 static void usbg_data_write_cmpl(struct usb_ep *, struct usb_request *);
301 static void bot_cmd_complete(struct usb_ep *ep, struct usb_request *req) in bot_cmd_complete()
521 static void uasp_status_data_cmpl(struct usb_ep *ep, struct usb_request *req);
576 static void uasp_status_data_cmpl(struct usb_ep *ep, struct usb_request *req) in uasp_status_data_cmpl()
732 static void uasp_cmd_complete(struct usb_ep *ep, struct usb_request *req) in uasp_cmd_complete()
964 static void usbg_data_write_cmpl(struct usb_ep *ep, struct usb_request *req) in usbg_data_write_cmpl()
2190 static void give_back_ep(struct usb_ep **pep) in give_back_ep()
2192 struct usb_ep *ep = *pep; in give_back_ep()
2202 struct usb_ep *ep; in usbg_bind()