llcp_tlv_length    18 net/nfc/llcp_commands.c static u8 llcp_tlv_length[LLCP_TLV_MAX] = {
llcp_tlv_length    34 net/nfc/llcp_commands.c 	if (tlv[0] != type || tlv[1] != llcp_tlv_length[tlv[0]])
llcp_tlv_length    42 net/nfc/llcp_commands.c 	if (tlv[0] != type || tlv[1] != llcp_tlv_length[tlv[0]])
llcp_tlv_length    88 net/nfc/llcp_commands.c 	length = llcp_tlv_length[type];