Searched refs:tlv_detect_state (Results 1 – 4 of 4) sorted by relevance
144 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_TYPE; in rw_t5t_sm_detect_ndef()295 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_TYPE; in rw_t5t_sm_detect_ndef()302 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_TYPE; in rw_t5t_sm_detect_ndef()315 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_TYPE; in rw_t5t_sm_detect_ndef()320 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_TYPE; in rw_t5t_sm_detect_ndef()355 } else if (p_i93->tlv_detect_state == in rw_t5t_sm_detect_ndef()363 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_VALUE; in rw_t5t_sm_detect_ndef()371 } else if (p_i93->tlv_detect_state == in rw_t5t_sm_detect_ndef()377 } else if (p_i93->tlv_detect_state == in rw_t5t_sm_detect_ndef()381 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_VALUE; in rw_t5t_sm_detect_ndef()[all …]
848 uint8_t tlv_detect_state = RW_T1T_SUBSTATE_WAIT_TLV_DETECT; in rw_t1t_handle_tlv_detect_rsp() local868 switch (tlv_detect_state) { in rw_t1t_handle_tlv_detect_rsp()899 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_READ_TLV_LEN0; in rw_t1t_handle_tlv_detect_rsp()937 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_READ_TLV_LEN0; in rw_t1t_handle_tlv_detect_rsp()984 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_READ_TLV_LEN1; in rw_t1t_handle_tlv_detect_rsp()995 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_READ_TLV_VALUE; in rw_t1t_handle_tlv_detect_rsp()1017 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_TLV_DETECT; in rw_t1t_handle_tlv_detect_rsp()1061 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_TLV_DETECT; in rw_t1t_handle_tlv_detect_rsp()1065 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_TLV_DETECT; in rw_t1t_handle_tlv_detect_rsp()1097 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_TLV_DETECT; in rw_t1t_handle_tlv_detect_rsp()[all …]
1963 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_TYPE; in rw_i93_sm_detect_ndef()1977 if (p_i93->tlv_detect_state == RW_I93_TLV_DETECT_STATE_TYPE) { in rw_i93_sm_detect_ndef()1986 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_LENGTH_1; in rw_i93_sm_detect_ndef()1997 } else if (p_i93->tlv_detect_state == in rw_i93_sm_detect_ndef()2002 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_LENGTH_2; in rw_i93_sm_detect_ndef()2005 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_VALUE; in rw_i93_sm_detect_ndef()2013 } else if (p_i93->tlv_detect_state == in rw_i93_sm_detect_ndef()2017 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_LENGTH_3; in rw_i93_sm_detect_ndef()2018 } else if (p_i93->tlv_detect_state == in rw_i93_sm_detect_ndef()2022 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_VALUE; in rw_i93_sm_detect_ndef()[all …]
796 uint8_t tlv_detect_state; /* TLV detecting state */ member