Home
last modified time | relevance | path

Searched refs:bot_req_out (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/legacy/
Dtcm_usb_gadget.c138 req = fu->bot_req_out; in bot_send_bad_status()
275 fu->bot_req_out->buf = cmd->data_buf; in bot_send_write_request()
277 fu->bot_req_out->buf = NULL; in bot_send_write_request()
278 fu->bot_req_out->num_sgs = se_cmd->t_data_nents; in bot_send_write_request()
279 fu->bot_req_out->sg = se_cmd->t_data_sg; in bot_send_write_request()
282 fu->bot_req_out->complete = usbg_data_write_cmpl; in bot_send_write_request()
283 fu->bot_req_out->length = se_cmd->data_length; in bot_send_write_request()
284 fu->bot_req_out->context = cmd; in bot_send_write_request()
286 ret = usbg_prepare_w_request(cmd, fu->bot_req_out); in bot_send_write_request()
289 ret = usb_ep_queue(fu->ep_out, fu->bot_req_out, GFP_KERNEL); in bot_send_write_request()
[all …]
Dtcm_usb_gadget.h140 struct usb_request *bot_req_out; member