Searched refs:value_length (Results 1 – 3 of 3) sorted by relevance
79 u8 *nfc_llcp_build_tlv(u8 type, const u8 *value, u8 value_length, u8 *tlv_length) in nfc_llcp_build_tlv() argument89 if (length == 0 && value_length == 0) in nfc_llcp_build_tlv()92 length = value_length; in nfc_llcp_build_tlv()
228 u8 *nfc_llcp_build_tlv(u8 type, const u8 *value, u8 value_length, u8 *tlv_length);
3703 static const int value_length = 16; in read_eeprom() local3735 for (bit = 1 << (value_length - 1); bit; bit >>= 1) { in read_eeprom()