Searched refs:fastboot_func (Results 1 – 1 of 1) sorted by relevance
73 static struct f_fastboot *fastboot_func; variable275 memset(fastboot_func, 0, sizeof(*fastboot_func)); in fastboot_unbind()370 struct f_fastboot *f_fb = fastboot_func; in fastboot_add()380 fastboot_func = f_fb; in fastboot_add()394 fastboot_func = NULL; in fastboot_add()403 struct usb_request *in_req = fastboot_func->in_req; in fastboot_tx_write()409 usb_ep_dequeue(fastboot_func->in_ep, in_req); in fastboot_tx_write()411 ret = usb_ep_queue(fastboot_func->in_ep, in_req, 0); in fastboot_tx_write()514 fastboot_func->in_req->complete = fastboot_complete; in multiresponse_on_complete()574 fastboot_func->in_req->complete = compl_do_reset; in rx_handler_command()[all …]
Completed in 6 milliseconds