Lines Matching refs:rf_protocol
195 static __u32 nci_get_prop_rf_protocol(struct nci_dev *ndev, __u8 rf_protocol) in nci_get_prop_rf_protocol() argument
198 return ndev->ops->get_rfprotocol(ndev, rf_protocol); in nci_get_prop_rf_protocol()
204 __u8 rf_protocol, in nci_add_new_protocol() argument
214 if (rf_protocol == NCI_RF_PROTOCOL_T1T) in nci_add_new_protocol()
216 else if (rf_protocol == NCI_RF_PROTOCOL_T2T) in nci_add_new_protocol()
218 else if (rf_protocol == NCI_RF_PROTOCOL_ISO_DEP) in nci_add_new_protocol()
223 else if (rf_protocol == NCI_RF_PROTOCOL_T3T) in nci_add_new_protocol()
225 else if (rf_protocol == NCI_RF_PROTOCOL_NFC_DEP) in nci_add_new_protocol()
227 else if (rf_protocol == NCI_RF_PROTOCOL_T5T) in nci_add_new_protocol()
230 protocol = nci_get_prop_rf_protocol(ndev, rf_protocol); in nci_add_new_protocol()
291 nci_add_new_protocol(ndev, target, ntf->rf_protocol, in nci_add_new_target()
306 rc = nci_add_new_protocol(ndev, target, ntf->rf_protocol, in nci_add_new_target()
334 ntf.rf_protocol = *data++; in nci_rf_discover_ntf_packet()
339 pr_debug("rf_protocol 0x%x\n", ntf.rf_protocol); in nci_rf_discover_ntf_packet()
471 rc = nci_add_new_protocol(ndev, target, ntf->rf_protocol, in nci_target_auto_activated()
538 ntf.rf_protocol = *data++; in nci_rf_intf_activated_ntf_packet()
546 pr_debug("rf_protocol 0x%x\n", ntf.rf_protocol); in nci_rf_intf_activated_ntf_packet()
678 ntf.rf_protocol == NCI_RF_PROTOCOL_NFC_DEP) { in nci_rf_intf_activated_ntf_packet()