Home
last modified time | relevance | path

Searched refs:NFC_SENSF_RES_MAXSIZE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dnfc.h220 #define NFC_SENSF_RES_MAXSIZE 18 macro
/openbmc/linux/include/net/nfc/
H A Dnfc.h102 u8 sensf_res[NFC_SENSF_RES_MAXSIZE];
H A Dnci.h445 __u8 sensf_res[NFC_SENSF_RES_MAXSIZE]; /* 16 or 18 Bytes */
/openbmc/linux/net/nfc/nci/
H A Dntf.c159 nfcf_poll->sensf_res_len = min_t(__u8, *data++, NFC_SENSF_RES_MAXSIZE); in nci_extract_rf_params_nfcf_passive_poll()
/openbmc/linux/drivers/nfc/st21nfca/
H A Dcore.c683 if (nfcid_skb->len > NFC_SENSF_RES_MAXSIZE) { in st21nfca_hci_complete_target_discovered()