Searched refs:nfcf_poll (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/nfc/nci/ |
H A D | ntf.c | 135 struct rf_tech_specific_params_nfcf_poll *nfcf_poll, in nci_extract_rf_params_nfcf_passive_poll() 138 nfcf_poll->bit_rate = *data++; in nci_extract_rf_params_nfcf_passive_poll() 139 nfcf_poll->sensf_res_len = min_t(__u8, *data++, NFC_SENSF_RES_MAXSIZE); in nci_extract_rf_params_nfcf_passive_poll() 142 nfcf_poll->bit_rate, nfcf_poll->sensf_res_len); in nci_extract_rf_params_nfcf_passive_poll() 144 memcpy(nfcf_poll->sensf_res, data, nfcf_poll->sensf_res_len); in nci_extract_rf_params_nfcf_passive_poll() 145 data += nfcf_poll->sensf_res_len; in nci_extract_rf_params_nfcf_passive_poll() 188 struct rf_tech_specific_params_nfcf_poll *nfcf_poll; in nci_add_new_protocol() local 238 nfcf_poll in nci_add_new_protocol() 134 nci_extract_rf_params_nfcf_passive_poll(struct nci_dev *ndev, struct rf_tech_specific_params_nfcf_poll *nfcf_poll, __u8 *data) nci_extract_rf_params_nfcf_passive_poll() argument [all...] |
/kernel/linux/linux-6.6/net/nfc/nci/ |
H A D | ntf.c | 155 struct rf_tech_specific_params_nfcf_poll *nfcf_poll, in nci_extract_rf_params_nfcf_passive_poll() 158 nfcf_poll->bit_rate = *data++; in nci_extract_rf_params_nfcf_passive_poll() 159 nfcf_poll->sensf_res_len = min_t(__u8, *data++, NFC_SENSF_RES_MAXSIZE); in nci_extract_rf_params_nfcf_passive_poll() 162 nfcf_poll->bit_rate, nfcf_poll->sensf_res_len); in nci_extract_rf_params_nfcf_passive_poll() 164 memcpy(nfcf_poll->sensf_res, data, nfcf_poll->sensf_res_len); in nci_extract_rf_params_nfcf_passive_poll() 165 data += nfcf_poll->sensf_res_len; in nci_extract_rf_params_nfcf_passive_poll() 210 const struct rf_tech_specific_params_nfcf_poll *nfcf_poll; in nci_add_new_protocol() local 260 nfcf_poll in nci_add_new_protocol() 154 nci_extract_rf_params_nfcf_passive_poll(struct nci_dev *ndev, struct rf_tech_specific_params_nfcf_poll *nfcf_poll, const __u8 *data) nci_extract_rf_params_nfcf_passive_poll() argument [all...] |
/kernel/linux/linux-5.10/include/net/nfc/ |
H A D | nci.h | 434 struct rf_tech_specific_params_nfcf_poll nfcf_poll; member 474 struct rf_tech_specific_params_nfcf_poll nfcf_poll; member
|
/kernel/linux/linux-6.6/include/net/nfc/ |
H A D | nci.h | 468 struct rf_tech_specific_params_nfcf_poll nfcf_poll; member 508 struct rf_tech_specific_params_nfcf_poll nfcf_poll; member
|
Completed in 5 milliseconds