Searched refs:acm_start_ep (Results 1 – 1 of 1) sorted by relevance
301 static struct usb_request *acm_start_ep(struct usb_ep *ep, void *complete_cb, in acm_start_ep() function335 f_acm->req_in = acm_start_ep(f_acm->ep_in, acm_tx_complete, f_acm); in acm_start_data()343 f_acm->req_out = acm_start_ep(f_acm->ep_out, acm_rx_complete, f_acm); in acm_start_data()362 acm_start_ep(f_acm->ep_notify, acm_notify_complete, f_acm); in acm_start_ctrl()
Completed in 5 milliseconds