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()
297 nci_add_new_protocol(ndev, target, ntf->rf_protocol, in nci_add_new_target()
312 rc = nci_add_new_protocol(ndev, target, ntf->rf_protocol, in nci_add_new_target()
340 ntf.rf_protocol = *data++; in nci_rf_discover_ntf_packet()
345 pr_debug("rf_protocol 0x%x\n", ntf.rf_protocol); in nci_rf_discover_ntf_packet()
477 rc = nci_add_new_protocol(ndev, target, ntf->rf_protocol, in nci_target_auto_activated()
544 ntf.rf_protocol = *data++; in nci_rf_intf_activated_ntf_packet()
552 pr_debug("rf_protocol 0x%x\n", ntf.rf_protocol); in nci_rf_intf_activated_ntf_packet()
684 ntf.rf_protocol == NCI_RF_PROTOCOL_NFC_DEP) { in nci_rf_intf_activated_ntf_packet()