Lines Matching refs:rf_protocol
173 static __u32 nci_get_prop_rf_protocol(struct nci_dev *ndev, __u8 rf_protocol)
176 return ndev->ops->get_rfprotocol(ndev, rf_protocol);
182 __u8 rf_protocol,
192 if (rf_protocol == NCI_RF_PROTOCOL_T1T)
194 else if (rf_protocol == NCI_RF_PROTOCOL_T2T)
196 else if (rf_protocol == NCI_RF_PROTOCOL_ISO_DEP)
201 else if (rf_protocol == NCI_RF_PROTOCOL_T3T)
203 else if (rf_protocol == NCI_RF_PROTOCOL_NFC_DEP)
205 else if (rf_protocol == NCI_RF_PROTOCOL_T5T)
208 protocol = nci_get_prop_rf_protocol(ndev, rf_protocol);
275 nci_add_new_protocol(ndev, target, ntf->rf_protocol,
290 rc = nci_add_new_protocol(ndev, target, ntf->rf_protocol,
318 ntf.rf_protocol = *data++;
323 pr_debug("rf_protocol 0x%x\n", ntf.rf_protocol);
453 rc = nci_add_new_protocol(ndev, target, ntf->rf_protocol,
520 ntf.rf_protocol = *data++;
528 pr_debug("rf_protocol 0x%x\n", ntf.rf_protocol);
660 ntf.rf_protocol == NCI_RF_PROTOCOL_NFC_DEP) {