Lines Matching refs:data_buf
216 cmd->data_buf = kmalloc(se_cmd->data_length, GFP_ATOMIC); in bot_send_read_response()
217 if (!cmd->data_buf) in bot_send_read_response()
222 cmd->data_buf, in bot_send_read_response()
225 fu->bot_req_in->buf = cmd->data_buf; in bot_send_read_response()
260 cmd->data_buf = kmalloc(se_cmd->data_length, GFP_KERNEL); in bot_send_write_request()
261 if (!cmd->data_buf) in bot_send_write_request()
264 fu->bot_req_out->buf = cmd->data_buf; in bot_send_write_request()
518 cmd->data_buf = kmalloc(se_cmd->data_length, GFP_ATOMIC); in uasp_prepare_r_request()
519 if (!cmd->data_buf) in uasp_prepare_r_request()
524 cmd->data_buf, in uasp_prepare_r_request()
527 stream->req_in->buf = cmd->data_buf; in uasp_prepare_r_request()
646 kfree(cmd->data_buf); in uasp_send_read_response()
647 cmd->data_buf = NULL; in uasp_send_read_response()
965 cmd->data_buf, in usbg_data_write_cmpl()
983 cmd->data_buf = kmalloc(se_cmd->data_length, GFP_ATOMIC); in usbg_prepare_w_request()
984 if (!cmd->data_buf) in usbg_prepare_w_request()
987 req->buf = cmd->data_buf; in usbg_prepare_w_request()
1289 kfree(cmd->data_buf); in usbg_release_cmd()