Lines Matching refs:data_buf
227 cmd->data_buf = kmalloc(se_cmd->data_length, GFP_ATOMIC); in bot_send_read_response()
228 if (!cmd->data_buf) in bot_send_read_response()
233 cmd->data_buf, in bot_send_read_response()
236 fu->bot_req_in->buf = cmd->data_buf; in bot_send_read_response()
271 cmd->data_buf = kmalloc(se_cmd->data_length, GFP_KERNEL); in bot_send_write_request()
272 if (!cmd->data_buf) in bot_send_write_request()
275 fu->bot_req_out->buf = cmd->data_buf; in bot_send_write_request()
531 cmd->data_buf = kmalloc(se_cmd->data_length, GFP_ATOMIC); in uasp_prepare_r_request()
532 if (!cmd->data_buf) in uasp_prepare_r_request()
537 cmd->data_buf, in uasp_prepare_r_request()
540 stream->req_in->buf = cmd->data_buf; in uasp_prepare_r_request()
659 kfree(cmd->data_buf); in uasp_send_read_response()
660 cmd->data_buf = NULL; in uasp_send_read_response()
977 cmd->data_buf, in usbg_data_write_cmpl()
995 cmd->data_buf = kmalloc(se_cmd->data_length, GFP_ATOMIC); in usbg_prepare_w_request()
996 if (!cmd->data_buf) in usbg_prepare_w_request()
999 req->buf = cmd->data_buf; in usbg_prepare_w_request()
1418 kfree(cmd->data_buf); in usbg_release_cmd()