lto_length        524 net/nfc/llcp_core.c 	u8 lto_length, wks_length, miux_length;
lto_length        540 net/nfc/llcp_core.c 	lto_tlv = nfc_llcp_build_tlv(LLCP_TLV_LTO, &local->lto, 1, &lto_length);
lto_length        545 net/nfc/llcp_core.c 	gb_len += lto_length;
lto_length        578 net/nfc/llcp_core.c 	memcpy(gb_cur, lto_tlv, lto_length);
lto_length        579 net/nfc/llcp_core.c 	gb_cur += lto_length;