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