Searched refs:bot_req_out (Results 1 – 2 of 2) sorted by relevance
129 req = fu->bot_req_out; in bot_send_bad_status() 263 ret = usbg_prepare_w_request(cmd, fu->bot_req_out); in bot_send_write_request() 266 ret = usb_ep_queue(fu->ep_out, fu->bot_req_out, GFP_KERNEL); in bot_send_write_request() 316 fu->bot_req_out = usb_ep_alloc_request(fu->ep_out, GFP_KERNEL); in bot_prepare_reqs() 317 if (!fu->bot_req_out) in bot_prepare_reqs() 355 usb_ep_free_request(fu->ep_out, fu->bot_req_out); in bot_prepare_reqs() 356 fu->bot_req_out = NULL; in bot_prepare_reqs() 377 usb_ep_free_request(fu->ep_out, fu->bot_req_out); in bot_cleanup_old_alt() 384 fu->bot_req_out = NULL; in bot_cleanup_old_alt()
148 struct usb_request *bot_req_out;132 struct usb_request *bot_req_out; global() member