nfcf_poll         434 include/net/nfc/nci.h 		struct rf_tech_specific_params_nfcf_poll nfcf_poll;
nfcf_poll         474 include/net/nfc/nci.h 		struct rf_tech_specific_params_nfcf_poll nfcf_poll;
nfcf_poll         135 net/nfc/nci/ntf.c 			struct rf_tech_specific_params_nfcf_poll *nfcf_poll,
nfcf_poll         138 net/nfc/nci/ntf.c 	nfcf_poll->bit_rate = *data++;
nfcf_poll         139 net/nfc/nci/ntf.c 	nfcf_poll->sensf_res_len = min_t(__u8, *data++, NFC_SENSF_RES_MAXSIZE);
nfcf_poll         142 net/nfc/nci/ntf.c 		 nfcf_poll->bit_rate, nfcf_poll->sensf_res_len);
nfcf_poll         144 net/nfc/nci/ntf.c 	memcpy(nfcf_poll->sensf_res, data, nfcf_poll->sensf_res_len);
nfcf_poll         145 net/nfc/nci/ntf.c 	data += nfcf_poll->sensf_res_len;
nfcf_poll         188 net/nfc/nci/ntf.c 	struct rf_tech_specific_params_nfcf_poll *nfcf_poll;
nfcf_poll         234 net/nfc/nci/ntf.c 		nfcf_poll = (struct rf_tech_specific_params_nfcf_poll *)params;
nfcf_poll         236 net/nfc/nci/ntf.c 		target->sensf_res_len = nfcf_poll->sensf_res_len;
nfcf_poll         238 net/nfc/nci/ntf.c 			memcpy(target->sensf_res, nfcf_poll->sensf_res,
nfcf_poll         336 net/nfc/nci/ntf.c 				&(ntf.rf_tech_specific_params.nfcf_poll), data);
nfcf_poll         553 net/nfc/nci/ntf.c 				&(ntf.rf_tech_specific_params.nfcf_poll), data);