Searched refs:bot_req_out (Results 1 – 2 of 2) sorted by relevance
127 req = fu->bot_req_out; in bot_send_bad_status()264 fu->bot_req_out->buf = cmd->data_buf; in bot_send_write_request()266 fu->bot_req_out->buf = NULL; in bot_send_write_request()267 fu->bot_req_out->num_sgs = se_cmd->t_data_nents; in bot_send_write_request()268 fu->bot_req_out->sg = se_cmd->t_data_sg; in bot_send_write_request()271 fu->bot_req_out->complete = usbg_data_write_cmpl; in bot_send_write_request()272 fu->bot_req_out->length = se_cmd->data_length; in bot_send_write_request()273 fu->bot_req_out->context = cmd; in bot_send_write_request()275 ret = usbg_prepare_w_request(cmd, fu->bot_req_out); in bot_send_write_request()278 ret = usb_ep_queue(fu->ep_out, fu->bot_req_out, GFP_KERNEL); in bot_send_write_request()[all …]
132 struct usb_request *bot_req_out; member