Searched refs:ndef_tlv_start_offset (Results 1 – 3 of 3) sorted by relevance
361 p_i93->ndef_tlv_start_offset = p_i93->rw_offset + xx; in rw_t5t_sm_detect_ndef()386 p_i93->ndef_tlv_start_offset + 1 + p_i93->tlv_length; in rw_t5t_sm_detect_ndef()404 p_i93->ndef_tlv_start_offset + 3 + p_i93->tlv_length; in rw_t5t_sm_detect_ndef()441 p_i93->t5t_area_last_offset - p_i93->ndef_tlv_start_offset + 1; in rw_t5t_sm_detect_ndef()453 p_i93->gre_ndef_tlv_pos = p_i93->ndef_tlv_start_offset; in rw_t5t_sm_detect_ndef()531 length_offset = (p_i93->ndef_tlv_start_offset + 1) % p_i93->block_size; in rw_t5t_sm_update_ndef()551 p_i93->ndef_tlv_last_offset = p_i93->ndef_tlv_start_offset + 3; in rw_t5t_sm_update_ndef()553 p_i93->ndef_tlv_last_offset = p_i93->ndef_tlv_start_offset + 1; in rw_t5t_sm_update_ndef()572 block_number = (p_i93->ndef_tlv_start_offset + 1) / p_i93->block_size; in rw_t5t_sm_update_ndef()645 (p_i93->ndef_tlv_start_offset + 1) / p_i93->block_size; in rw_t5t_sm_update_ndef()[all …]
1996 p_i93->ndef_tlv_start_offset = p_i93->rw_offset + xx; in rw_i93_sm_detect_ndef()2021 p_i93->ndef_tlv_start_offset + 1 + p_i93->tlv_length; in rw_i93_sm_detect_ndef()2038 p_i93->ndef_tlv_start_offset + 3 + p_i93->tlv_length; in rw_i93_sm_detect_ndef()2067 p_i93->rw_offset = p_i93->ndef_tlv_start_offset; in rw_i93_sm_detect_ndef()2068 first_block = p_i93->ndef_tlv_start_offset / p_i93->block_size; in rw_i93_sm_detect_ndef()2140 first_block = (p_i93->ndef_tlv_start_offset / p_i93->block_size); in rw_i93_sm_detect_ndef()2253 offset = p_i93->ndef_tlv_start_offset % p_i93->block_size; in rw_i93_sm_read_ndef()2263 offset -= (p_i93->rw_offset - p_i93->ndef_tlv_start_offset); in rw_i93_sm_read_ndef()2369 length_offset = (p_i93->ndef_tlv_start_offset + 1) % p_i93->block_size; in rw_i93_sm_update_ndef()2403 block_number = (p_i93->ndef_tlv_start_offset + 1) / p_i93->block_size; in rw_i93_sm_update_ndef()[all …]
810 uint32_t ndef_tlv_start_offset; /* offset of first byte of NDEF TLV */ member