Searched refs:fastboot_func (Results 1 – 4 of 4) sorted by relevance
84 static struct f_fastboot *fastboot_func; variable387 memset(fastboot_func, 0, sizeof(*fastboot_func)); in fastboot_unbind()484 struct f_fastboot *f_fb = fastboot_func; in fastboot_add()494 fastboot_func = f_fb; in fastboot_add()508 fastboot_func = f_fb; in fastboot_add()517 struct usb_request *in_req = fastboot_func->in_req; in fastboot_tx_write()523 usb_ep_dequeue(fastboot_func->in_ep, in_req); in fastboot_tx_write()525 ret = usb_ep_queue(fastboot_func->in_ep, in_req, 0); in fastboot_tx_write()577 fastboot_func->in_req->complete = compl_do_reset; in cb_reboot()1677 fastboot_func->in_req->complete = fastboot_complete; in tx_handler_ul()[all …]