Searched refs:ndef_tlv_start_offset (Results 1 – 2 of 2) sorted by relevance
1833 p_i93->ndef_tlv_start_offset = p_i93->rw_offset + xx; in rw_i93_sm_detect_ndef()1858 p_i93->ndef_tlv_start_offset + 1 + p_i93->tlv_length; in rw_i93_sm_detect_ndef()1875 p_i93->ndef_tlv_start_offset + 3 + p_i93->tlv_length; in rw_i93_sm_detect_ndef()1904 p_i93->rw_offset = p_i93->ndef_tlv_start_offset; in rw_i93_sm_detect_ndef()1905 first_block = p_i93->ndef_tlv_start_offset / p_i93->block_size; in rw_i93_sm_detect_ndef()1974 first_block = (p_i93->ndef_tlv_start_offset / p_i93->block_size); in rw_i93_sm_detect_ndef()2086 offset = p_i93->ndef_tlv_start_offset % p_i93->block_size; in rw_i93_sm_read_ndef()2096 offset -= (p_i93->rw_offset - p_i93->ndef_tlv_start_offset); in rw_i93_sm_read_ndef()2199 length_offset = (p_i93->ndef_tlv_start_offset + 1) % p_i93->block_size; in rw_i93_sm_update_ndef()2233 block_number = (p_i93->ndef_tlv_start_offset + 1) / p_i93->block_size; in rw_i93_sm_update_ndef()[all …]
722 uint16_t ndef_tlv_start_offset; /* offset of first byte of NDEF TLV */ member