bot_req_out       127 drivers/usb/gadget/function/f_tcm.c 			req = fu->bot_req_out;
bot_req_out       264 drivers/usb/gadget/function/f_tcm.c 		fu->bot_req_out->buf = cmd->data_buf;
bot_req_out       266 drivers/usb/gadget/function/f_tcm.c 		fu->bot_req_out->buf = NULL;
bot_req_out       267 drivers/usb/gadget/function/f_tcm.c 		fu->bot_req_out->num_sgs = se_cmd->t_data_nents;
bot_req_out       268 drivers/usb/gadget/function/f_tcm.c 		fu->bot_req_out->sg = se_cmd->t_data_sg;
bot_req_out       271 drivers/usb/gadget/function/f_tcm.c 	fu->bot_req_out->complete = usbg_data_write_cmpl;
bot_req_out       272 drivers/usb/gadget/function/f_tcm.c 	fu->bot_req_out->length = se_cmd->data_length;
bot_req_out       273 drivers/usb/gadget/function/f_tcm.c 	fu->bot_req_out->context = cmd;
bot_req_out       275 drivers/usb/gadget/function/f_tcm.c 	ret = usbg_prepare_w_request(cmd, fu->bot_req_out);
bot_req_out       278 drivers/usb/gadget/function/f_tcm.c 	ret = usb_ep_queue(fu->ep_out, fu->bot_req_out, GFP_KERNEL);
bot_req_out       313 drivers/usb/gadget/function/f_tcm.c 	fu->bot_req_out = usb_ep_alloc_request(fu->ep_out, GFP_KERNEL);
bot_req_out       314 drivers/usb/gadget/function/f_tcm.c 	if (!fu->bot_req_out)
bot_req_out       352 drivers/usb/gadget/function/f_tcm.c 	usb_ep_free_request(fu->ep_out, fu->bot_req_out);
bot_req_out       353 drivers/usb/gadget/function/f_tcm.c 	fu->bot_req_out = NULL;
bot_req_out       374 drivers/usb/gadget/function/f_tcm.c 	usb_ep_free_request(fu->ep_out, fu->bot_req_out);
bot_req_out       381 drivers/usb/gadget/function/f_tcm.c 	fu->bot_req_out = NULL;
bot_req_out       132 drivers/usb/gadget/function/tcm.h 	struct usb_request	*bot_req_out;