Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/legacy/
Dtcm_usb_gadget.c135 req = fu->bot_req_in; in bot_send_bad_status()
236 fu->bot_req_in->buf = cmd->data_buf; in bot_send_read_response()
238 fu->bot_req_in->buf = NULL; in bot_send_read_response()
239 fu->bot_req_in->num_sgs = se_cmd->t_data_nents; in bot_send_read_response()
240 fu->bot_req_in->sg = se_cmd->t_data_sg; in bot_send_read_response()
243 fu->bot_req_in->complete = bot_read_compl; in bot_send_read_response()
244 fu->bot_req_in->length = se_cmd->data_length; in bot_send_read_response()
245 fu->bot_req_in->context = cmd; in bot_send_read_response()
246 ret = usb_ep_queue(fu->ep_in, fu->bot_req_in, GFP_ATOMIC); in bot_send_read_response()
320 fu->bot_req_in = usb_ep_alloc_request(fu->ep_in, GFP_KERNEL); in bot_prepare_reqs()
[all …]
Dtcm_usb_gadget.h139 struct usb_request *bot_req_in; member