Lines Matching refs:rf_protocol
195 static __u32 nci_get_prop_rf_protocol(struct nci_dev *ndev, __u8 rf_protocol)
198 return ndev->ops->get_rfprotocol(ndev, rf_protocol);
204 __u8 rf_protocol,
214 if (rf_protocol == NCI_RF_PROTOCOL_T1T)
216 else if (rf_protocol == NCI_RF_PROTOCOL_T2T)
218 else if (rf_protocol == NCI_RF_PROTOCOL_ISO_DEP)
223 else if (rf_protocol == NCI_RF_PROTOCOL_T3T)
225 else if (rf_protocol == NCI_RF_PROTOCOL_NFC_DEP)
227 else if (rf_protocol == NCI_RF_PROTOCOL_T5T)
230 protocol = nci_get_prop_rf_protocol(ndev, rf_protocol);
297 nci_add_new_protocol(ndev, target, ntf->rf_protocol,
312 rc = nci_add_new_protocol(ndev, target, ntf->rf_protocol,
340 ntf.rf_protocol = *data++;
345 pr_debug("rf_protocol 0x%x\n", ntf.rf_protocol);
477 rc = nci_add_new_protocol(ndev, target, ntf->rf_protocol,
544 ntf.rf_protocol = *data++;
552 pr_debug("rf_protocol 0x%x\n", ntf.rf_protocol);
684 ntf.rf_protocol == NCI_RF_PROTOCOL_NFC_DEP) {