Home
last modified time | relevance | path

Searched refs:atr_res_len (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/nfc/nci/
H A Dntf.c443 poll->atr_res_len = min_t(__u8, *data++, in nci_extract_activation_params_nfc_dep()
445 pr_debug("atr_res_len %d\n", poll->atr_res_len); in nci_extract_activation_params_nfc_dep()
446 if (poll->atr_res_len > 0) in nci_extract_activation_params_nfc_dep()
447 memcpy(poll->atr_res, data, poll->atr_res_len); in nci_extract_activation_params_nfc_dep()
504 (ntf->activation_params.poll_nfc_dep.atr_res_len in nci_store_general_bytes_nfc_dep()
/openbmc/linux/include/net/nfc/
H A Dnci.h487 __u8 atr_res_len; member