Searched refs:tlv_detect_state (Results 1 – 3 of 3) sorted by relevance
901 UINT8 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_TLV_DETECT; in rw_t1t_handle_tlv_detect_rsp() local923 switch (tlv_detect_state) in rw_t1t_handle_tlv_detect_rsp()940 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_FIND_LEN_FIELD_LEN; in rw_t1t_handle_tlv_detect_rsp()944 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_FIND_LEN_FIELD_LEN; in rw_t1t_handle_tlv_detect_rsp()959 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_READ_TLV_LEN0; in rw_t1t_handle_tlv_detect_rsp()967 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_FIND_LEN_FIELD_LEN; in rw_t1t_handle_tlv_detect_rsp()972 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_FIND_LEN_FIELD_LEN; in rw_t1t_handle_tlv_detect_rsp()1001 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_READ_TLV_LEN0; in rw_t1t_handle_tlv_detect_rsp()1008 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_READ_TLV_VALUE; in rw_t1t_handle_tlv_detect_rsp()1016 tlv_detect_state = RW_T1T_SUBSTATE_WAIT_READ_TLV_LEN0; in rw_t1t_handle_tlv_detect_rsp()[all …]
1638 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_TYPE; in rw_i93_sm_detect_ndef()1657 if (p_i93->tlv_detect_state == RW_I93_TLV_DETECT_STATE_TYPE) in rw_i93_sm_detect_ndef()1670 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_LENGTH_1; in rw_i93_sm_detect_ndef()1685 else if (p_i93->tlv_detect_state == RW_I93_TLV_DETECT_STATE_LENGTH_1) in rw_i93_sm_detect_ndef()1691 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_LENGTH_2; in rw_i93_sm_detect_ndef()1696 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_VALUE; in rw_i93_sm_detect_ndef()1705 else if (p_i93->tlv_detect_state == RW_I93_TLV_DETECT_STATE_LENGTH_2) in rw_i93_sm_detect_ndef()1709 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_LENGTH_3; in rw_i93_sm_detect_ndef()1711 else if (p_i93->tlv_detect_state == RW_I93_TLV_DETECT_STATE_LENGTH_3) in rw_i93_sm_detect_ndef()1715 p_i93->tlv_detect_state = RW_I93_TLV_DETECT_STATE_VALUE; in rw_i93_sm_detect_ndef()[all …]
541 UINT8 tlv_detect_state; /* TLV detecting state */ member