Searched refs:response_buf (Results 1 – 13 of 13) sorted by relevance
203 u8 response_buf[CY_MAX_INPUT]; member464 size = get_unaligned_le16(&ts->response_buf[0]); in cyttsp5_validate_cmd_response()468 report_id = ts->response_buf[HID_OUTPUT_RESPONSE_REPORT_OFFSET]; in cyttsp5_validate_cmd_response()472 if (ts->response_buf[4] != HID_OUTPUT_BL_SOP) { in cyttsp5_validate_cmd_response()477 if (ts->response_buf[size - 1] != HID_OUTPUT_BL_EOP) { in cyttsp5_validate_cmd_response()482 crc = crc_itu_t(0xFFFF, &ts->response_buf[4], size - 7); in cyttsp5_validate_cmd_response()483 if (get_unaligned_le16(&ts->response_buf[size - 3]) != crc) { in cyttsp5_validate_cmd_response()490 status = ts->response_buf[5]; in cyttsp5_validate_cmd_response()499 command_code = ts->response_buf[HID_OUTPUT_RESPONSE_CMD_OFFSET] in cyttsp5_validate_cmd_response()516 unsigned int btns = ts->response_buf[HID_SYSINFO_BTN_OFFSET] & in cyttsp5_si_get_btn_data()[all …]
37 void *response_buf; member100 return work->response_buf + work->next_smb2_rsp_hdr_off + 4; in ksmbd_resp_buf_next()109 return work->response_buf + work->curr_smb2_rsp_hdr_off + 4; in ksmbd_resp_buf_curr()
47 kvfree(work->response_buf); in ksmbd_free_work_struct()136 work->iov[work->iov_idx].iov_base = work->response_buf; in __ksmbd_iov_pin_rsp()169 work->response_buf = kzalloc(MAX_CIFS_SMALL_BUFFER_SIZE, KSMBD_DEFAULT_GFP); in allocate_interim_rsp_buf()170 if (!work->response_buf) in allocate_interim_rsp_buf()
346 struct smb_hdr *rsp_hdr = (struct smb_hdr *)smb_get_msg(work->response_buf); in init_smb1_rsp_hdr()383 work->response_buf = kzalloc(MAX_CIFS_SMALL_BUFFER_SIZE, in smb1_allocate_rsp_buf()387 if (!work->response_buf) { in smb1_allocate_rsp_buf()599 struct smb_negotiate_rsp *neg_rsp = smb_get_msg(work->response_buf); in smb_handle_negotiate()
52 *rsp = smb_get_msg(work->response_buf); in __wbuf()158 err_rsp = smb_get_msg(work->response_buf); in smb2_set_err_rsp()208 struct smb2_hdr *hdr = smb_get_msg(work->response_buf); in is_smb2_rsp()247 rsp_hdr = smb_get_msg(work->response_buf); in set_smb2_rsp_status()270 rsp_hdr = smb_get_msg(work->response_buf); in init_smb2_neg_rsp()284 rsp = smb_get_msg(work->response_buf); in init_smb2_neg_rsp()408 len = get_rfc1002_len(work->response_buf) - work->next_smb2_rsp_hdr_off; in init_chained_smb2_rsp()413 inc_rfc1001_len(work->response_buf, new_len - len); in init_chained_smb2_rsp()475 if ((u64)get_rfc1002_len(work->response_buf) + MAX_CIFS_SMALL_BUFFER_SIZE > in is_chained_smb2_message()489 len = ALIGN(get_rfc1002_len(work->response_buf), 8); in is_chained_smb2_message()[all …]
657 rsp_hdr = smb_get_msg(work->response_buf); in __smb2_oplock_break_noti()671 rsp = smb_get_msg(work->response_buf); in __smb2_oplock_break_noti()764 rsp_hdr = smb_get_msg(work->response_buf); in __smb2_lease_break_noti()778 rsp = smb_get_msg(work->response_buf); in __smb2_lease_break_noti()
99 rsp_hdr = smb_get_msg(work->response_buf); in check_conn_state()
357 if (!work->response_buf) { in ksmbd_conn_write()
126 u8 *response_buf; member317 priv->response_buf = val; in bno055_ser_read_reg()323 priv->response_buf = NULL; in bno055_ser_read_reg()460 if (priv->response_buf && in bno055_ser_receive_buf()470 memcpy(priv->response_buf + priv->rx.databuf_count, in bno055_ser_receive_buf()
52 u32 *response_buf);
1472 u32 len, u32 *response_buf) in xe_guc_mmio_send_recv() argument1598 if (response_buf) { in xe_guc_mmio_send_recv()1599 response_buf[0] = header; in xe_guc_mmio_send_recv()1603 response_buf[i] = xe_mmio_read32(mmio, reply_reg); in xe_guc_mmio_send_recv()
135 u32 response_buf[CDNS_MCP_IP_MAX_CMD_LEN + 2]; member
35 u8 response_buf[256]; member