Searched refs:p_t1t (Results 1 – 4 of 4) sorted by relevance
88 tRW_T1T_CB* p_t1t = &rw_cb.tcb.t1t; in rw_t1t_handle_rsp() local91 if ((p_t1t->state == RW_T1T_STATE_READ) || in rw_t1t_handle_rsp()92 (p_t1t->state == RW_T1T_STATE_WRITE)) { in rw_t1t_handle_rsp()103 p_t1t->b_rseg = true; in rw_t1t_handle_rsp()107 memcpy(p_t1t->mem, (uint8_t*)(p_data + T1T_ADD_LEN), T1T_SEGMENT_SIZE); in rw_t1t_handle_rsp()130 tRW_T1T_CB* p_t1t = &rw_cb.tcb.t1t; in rw_t1t_info_to_event() local132 switch (p_t1t->state) { in rw_t1t_info_to_event()134 if (p_t1t->tlv_detect == TAG_NDEF_TLV) in rw_t1t_info_to_event()186 tRW_T1T_CB* p_t1t = &rw_cb.tcb.t1t; in rw_t1t_extract_lock_bytes() local194 start = p_t1t->segment * T1T_SEGMENT_SIZE; in rw_t1t_extract_lock_bytes()[all …]
63 tRW_T1T_CB* p_t1t = &rw_cb.tcb.t1t; in rw_t1t_data_cback() local71 uint8_t begin_state = p_t1t->state; in rw_t1t_data_cback()79 rw_t1t_get_state_name(p_t1t->state).c_str(), in rw_t1t_data_cback()80 p_t1t->state); in rw_t1t_data_cback()84 if ((p_t1t->state == RW_T1T_STATE_IDLE) || (!p_cmd_rsp_info)) { in rw_t1t_data_cback()92 if ((p_t1t->prev_cmd_rsp_info.pend_retx_rsp) && in rw_t1t_data_cback()93 (p_t1t->prev_cmd_rsp_info.rsp_len == p_pkt->len) && in rw_t1t_data_cback()94 ((p_t1t->prev_cmd_rsp_info.op_code == T1T_CMD_RID) || in rw_t1t_data_cback()95 (p_t1t->prev_cmd_rsp_info.op_code == T1T_CMD_RALL) || in rw_t1t_data_cback()96 (p_t1t->prev_cmd_rsp_info.addr == *p))) { in rw_t1t_data_cback()[all …]
88 tRW_T1T_CB* p_t1t; in nfa_rw_sys_disable() local98 p_t1t = &rw_cb.tcb.t1t; in nfa_rw_sys_disable()99 if (p_t1t->p_cur_cmd_buf != NULL) { in nfa_rw_sys_disable()100 GKI_freebuf(p_t1t->p_cur_cmd_buf); in nfa_rw_sys_disable()101 p_t1t->p_cur_cmd_buf = NULL; in nfa_rw_sys_disable()
115 tRW_T1T_CB* p_t1t = &rw_cb.tcb.t1t; in Init_ReadNdef() local116 p_t1t->tag_attribute = RW_T1_TAG_ATTRB_READ_WRITE; in Init_ReadNdef()117 p_t1t->ndef_msg_len = 256; in Init_ReadNdef()