nfcb_poll 433 include/net/nfc/nci.h struct rf_tech_specific_params_nfcb_poll nfcb_poll; nfcb_poll 473 include/net/nfc/nci.h struct rf_tech_specific_params_nfcb_poll nfcb_poll; nfcb_poll 121 net/nfc/nci/ntf.c struct rf_tech_specific_params_nfcb_poll *nfcb_poll, nfcb_poll 124 net/nfc/nci/ntf.c nfcb_poll->sensb_res_len = min_t(__u8, *data++, NFC_SENSB_RES_MAXSIZE); nfcb_poll 126 net/nfc/nci/ntf.c pr_debug("sensb_res_len %d\n", nfcb_poll->sensb_res_len); nfcb_poll 128 net/nfc/nci/ntf.c memcpy(nfcb_poll->sensb_res, data, nfcb_poll->sensb_res_len); nfcb_poll 129 net/nfc/nci/ntf.c data += nfcb_poll->sensb_res_len; nfcb_poll 187 net/nfc/nci/ntf.c struct rf_tech_specific_params_nfcb_poll *nfcb_poll; nfcb_poll 226 net/nfc/nci/ntf.c nfcb_poll = (struct rf_tech_specific_params_nfcb_poll *)params; nfcb_poll 228 net/nfc/nci/ntf.c target->sensb_res_len = nfcb_poll->sensb_res_len; nfcb_poll 230 net/nfc/nci/ntf.c memcpy(target->sensb_res, nfcb_poll->sensb_res, nfcb_poll 331 net/nfc/nci/ntf.c &(ntf.rf_tech_specific_params.nfcb_poll), data); nfcb_poll 371 net/nfc/nci/ntf.c struct activation_params_nfcb_poll_iso_dep *nfcb_poll; nfcb_poll 385 net/nfc/nci/ntf.c nfcb_poll = &ntf->activation_params.nfcb_poll_iso_dep; nfcb_poll 386 net/nfc/nci/ntf.c nfcb_poll->attrib_res_len = min_t(__u8, *data++, 50); nfcb_poll 387 net/nfc/nci/ntf.c pr_debug("attrib_res_len %d\n", nfcb_poll->attrib_res_len); nfcb_poll 388 net/nfc/nci/ntf.c if (nfcb_poll->attrib_res_len > 0) { nfcb_poll 389 net/nfc/nci/ntf.c memcpy(nfcb_poll->attrib_res, nfcb_poll 390 net/nfc/nci/ntf.c data, nfcb_poll->attrib_res_len); nfcb_poll 548 net/nfc/nci/ntf.c &(ntf.rf_tech_specific_params.nfcb_poll), data);