Lines Matching refs:data_buf
221 cmd->data_buf = kmalloc(se_cmd->data_length, GFP_ATOMIC); in bot_send_read_response()
222 if (!cmd->data_buf) in bot_send_read_response()
227 cmd->data_buf, in bot_send_read_response()
230 fu->bot_req_in->buf = cmd->data_buf; in bot_send_read_response()
265 cmd->data_buf = kmalloc(se_cmd->data_length, GFP_KERNEL); in bot_send_write_request()
266 if (!cmd->data_buf) in bot_send_write_request()
269 fu->bot_req_out->buf = cmd->data_buf; in bot_send_write_request()
525 cmd->data_buf = kmalloc(se_cmd->data_length, GFP_ATOMIC); in uasp_prepare_r_request()
526 if (!cmd->data_buf) in uasp_prepare_r_request()
531 cmd->data_buf, in uasp_prepare_r_request()
534 stream->req_in->buf = cmd->data_buf; in uasp_prepare_r_request()
653 kfree(cmd->data_buf); in uasp_send_read_response()
654 cmd->data_buf = NULL; in uasp_send_read_response()
971 cmd->data_buf, in usbg_data_write_cmpl()
989 cmd->data_buf = kmalloc(se_cmd->data_length, GFP_ATOMIC); in usbg_prepare_w_request()
990 if (!cmd->data_buf) in usbg_prepare_w_request()
993 req->buf = cmd->data_buf; in usbg_prepare_w_request()
1306 kfree(cmd->data_buf); in usbg_release_cmd()