Lines Matching refs:bot_req_in
124 req = fu->bot_req_in; in bot_send_bad_status()
225 fu->bot_req_in->buf = cmd->data_buf; in bot_send_read_response()
227 fu->bot_req_in->buf = NULL; in bot_send_read_response()
228 fu->bot_req_in->num_sgs = se_cmd->t_data_nents; in bot_send_read_response()
229 fu->bot_req_in->sg = se_cmd->t_data_sg; in bot_send_read_response()
232 fu->bot_req_in->complete = bot_read_compl; in bot_send_read_response()
233 fu->bot_req_in->length = se_cmd->data_length; in bot_send_read_response()
234 fu->bot_req_in->context = cmd; in bot_send_read_response()
235 ret = usb_ep_queue(fu->ep_in, fu->bot_req_in, GFP_ATOMIC); in bot_send_read_response()
309 fu->bot_req_in = usb_ep_alloc_request(fu->ep_in, GFP_KERNEL); in bot_prepare_reqs()
310 if (!fu->bot_req_in) in bot_prepare_reqs()
355 usb_ep_free_request(fu->ep_in, fu->bot_req_in); in bot_prepare_reqs()
356 fu->bot_req_in = NULL; in bot_prepare_reqs()
370 if (!fu->bot_req_in) in bot_cleanup_old_alt()
373 usb_ep_free_request(fu->ep_in, fu->bot_req_in); in bot_cleanup_old_alt()
380 fu->bot_req_in = NULL; in bot_cleanup_old_alt()