rf_protocol        74 drivers/nfc/st-nci/core.c 					 __u8 rf_protocol)
rf_protocol        76 drivers/nfc/st-nci/core.c 	return rf_protocol == ST_NCI1_X_PROPRIETARY_ISO15693 ?
rf_protocol       260 include/net/nfc/nci.h 	__u8	rf_protocol;
rf_protocol       285 include/net/nfc/nci.h 	__u8	rf_protocol;
rf_protocol       427 include/net/nfc/nci.h 	__u8	rf_protocol;
rf_protocol       465 include/net/nfc/nci.h 	__u8	rf_protocol;
rf_protocol        72 include/net/nfc/nci_core.h 	__u32 (*get_rfprotocol)(struct nci_dev *ndev, __u8 rf_protocol);
rf_protocol       185 net/nfc/nci/core.c 			cfg[*num].rf_protocol = NCI_RF_PROTOCOL_ISO_DEP;
rf_protocol       192 net/nfc/nci/core.c 			cfg[*num].rf_protocol = NCI_RF_PROTOCOL_NFC_DEP;
rf_protocol       296 net/nfc/nci/core.c 	__u8	rf_protocol;
rf_protocol       306 net/nfc/nci/core.c 	cmd.rf_protocol = param->rf_protocol;
rf_protocol       308 net/nfc/nci/core.c 	switch (cmd.rf_protocol) {
rf_protocol       891 net/nfc/nci/core.c 			param.rf_protocol = NCI_RF_PROTOCOL_T1T;
rf_protocol       893 net/nfc/nci/core.c 			param.rf_protocol = NCI_RF_PROTOCOL_T2T;
rf_protocol       895 net/nfc/nci/core.c 			param.rf_protocol = NCI_RF_PROTOCOL_T3T;
rf_protocol       898 net/nfc/nci/core.c 			param.rf_protocol = NCI_RF_PROTOCOL_ISO_DEP;
rf_protocol       900 net/nfc/nci/core.c 			param.rf_protocol = NCI_RF_PROTOCOL_NFC_DEP;
rf_protocol       173 net/nfc/nci/ntf.c static __u32 nci_get_prop_rf_protocol(struct nci_dev *ndev, __u8 rf_protocol)
rf_protocol       176 net/nfc/nci/ntf.c 		return ndev->ops->get_rfprotocol(ndev, rf_protocol);
rf_protocol       182 net/nfc/nci/ntf.c 				__u8 rf_protocol,
rf_protocol       192 net/nfc/nci/ntf.c 	if (rf_protocol == NCI_RF_PROTOCOL_T1T)
rf_protocol       194 net/nfc/nci/ntf.c 	else if (rf_protocol == NCI_RF_PROTOCOL_T2T)
rf_protocol       196 net/nfc/nci/ntf.c 	else if (rf_protocol == NCI_RF_PROTOCOL_ISO_DEP)
rf_protocol       201 net/nfc/nci/ntf.c 	else if (rf_protocol == NCI_RF_PROTOCOL_T3T)
rf_protocol       203 net/nfc/nci/ntf.c 	else if (rf_protocol == NCI_RF_PROTOCOL_NFC_DEP)
rf_protocol       205 net/nfc/nci/ntf.c 	else if (rf_protocol == NCI_RF_PROTOCOL_T5T)
rf_protocol       208 net/nfc/nci/ntf.c 		protocol = nci_get_prop_rf_protocol(ndev, rf_protocol);
rf_protocol       269 net/nfc/nci/ntf.c 			nci_add_new_protocol(ndev, target, ntf->rf_protocol,
rf_protocol       284 net/nfc/nci/ntf.c 	rc = nci_add_new_protocol(ndev, target, ntf->rf_protocol,
rf_protocol       312 net/nfc/nci/ntf.c 	ntf.rf_protocol = *data++;
rf_protocol       317 net/nfc/nci/ntf.c 	pr_debug("rf_protocol 0x%x\n", ntf.rf_protocol);
rf_protocol       447 net/nfc/nci/ntf.c 	rc = nci_add_new_protocol(ndev, target, ntf->rf_protocol,
rf_protocol       514 net/nfc/nci/ntf.c 	ntf.rf_protocol = *data++;
rf_protocol       522 net/nfc/nci/ntf.c 	pr_debug("rf_protocol 0x%x\n", ntf.rf_protocol);
rf_protocol       654 net/nfc/nci/ntf.c 		    ntf.rf_protocol == NCI_RF_PROTOCOL_NFC_DEP) {