Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Df_tcm.c127 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()
314 if (!fu->bot_req_out) in bot_prepare_reqs()
353 fu->bot_req_out = NULL; in bot_prepare_reqs()
[all …]
H A Dtcm.h132 struct usb_request *bot_req_out; member