Searched refs:p_scratch_buf (Results 1 – 6 of 6) sorted by relevance
344 …STREAM_TO_ARRAY ((&p_cb->ndef_info.p_scratch_buf[(block_number-1) * T3T_MSG_BLOCKSIZE]), p_block_d… in ce_t3t_handle_update_cmd()390 update_info.p_data = p_cb->ndef_info.p_scratch_buf; in ce_t3t_handle_update_cmd()475 … if ((p_cb->ndef_info.rwflag == T3T_MSG_NDEF_RWFLAG_RW) && (p_cb->ndef_info.p_scratch_buf)) in ce_t3t_handle_check_cmd()521 … if ((p_cb->ndef_info.rwflag == T3T_MSG_NDEF_RWFLAG_RW) && (p_cb->ndef_info.p_scratch_buf)) in ce_t3t_handle_check_cmd()523 …ARRAY_TO_STREAM (p_dst, (&p_cb->ndef_info.p_scratch_buf[(block_number-1) * T3T_MSG_BLOCKSIZE]), T3… in ce_t3t_handle_check_cmd()926 UINT8 *p_scratch_buf) in CE_T3tSetLocalNDEFMsg() argument933 if ((!read_only) && (!p_scratch_buf)) in CE_T3tSetLocalNDEFMsg()954 p_cb->ndef_info.p_scratch_buf = p_scratch_buf; in CE_T3tSetLocalNDEFMsg()957 if (p_scratch_buf) in CE_T3tSetLocalNDEFMsg()961 memcpy (p_scratch_buf, p_buf, p_cb->ndef_info.ln); in CE_T3tSetLocalNDEFMsg()
177 if (p_t4t->p_scratch_buf) in ce_t4t_read_binary()178 p_src = p_t4t->p_scratch_buf; in ce_t4t_read_binary()293 memcpy (p_t4t->p_scratch_buf + offset - T4T_FILE_LENGTH_SIZE, p_data, length); in ce_t4t_update_binary()304 ce_data.update_info.p_data = p_t4t->p_scratch_buf; in ce_t4t_update_binary()864 UINT8 *p_scratch_buf) in CE_T4tSetLocalNDEFMsg() argument880 if ((!read_only) && (!p_scratch_buf)) in CE_T4tSetLocalNDEFMsg()922 p_t4t->p_scratch_buf = p_scratch_buf; in CE_T4tSetLocalNDEFMsg()924 if (p_scratch_buf) in CE_T4tSetLocalNDEFMsg()926 memcpy (p_scratch_buf, p_ndef_msg, ndef_msg_len); in CE_T4tSetLocalNDEFMsg()
59 UINT8 *p_scratch_buf; /* Scratch buffer for WRITE/readback */ member97 UINT8 *p_scratch_buf; /* temp storage of NDEF message for update */ member
105 UINT8 *p_scratch_buf);166 UINT8 *p_scratch_buf);
620 if (p_cb->p_scratch_buf) in nfa_ce_free_scratch_buf()622 nfa_mem_co_free (p_cb->p_scratch_buf); in nfa_ce_free_scratch_buf()623 p_cb->p_scratch_buf = NULL; in nfa_ce_free_scratch_buf()650 if ((nfa_ce_cb.p_scratch_buf == NULL) || in nfa_ce_realloc_scratch_buffer()656 … if ((nfa_ce_cb.p_scratch_buf = (UINT8 *) nfa_mem_co_alloc (nfa_ce_cb.ndef_max_size)) != NULL) in nfa_ce_realloc_scratch_buffer()709 p_cb->p_scratch_buf); in nfa_ce_set_content()719 p_cb->p_scratch_buf); in nfa_ce_set_content()
172 … UINT8 *p_scratch_buf; /* Scratch buffer for write requests */ member