Lines Matching refs:rf_protocol
173 static __u32 nci_get_prop_rf_protocol(struct nci_dev *ndev, __u8 rf_protocol) in nci_get_prop_rf_protocol() argument
176 return ndev->ops->get_rfprotocol(ndev, rf_protocol); in nci_get_prop_rf_protocol()
182 __u8 rf_protocol, in nci_add_new_protocol() argument
192 if (rf_protocol == NCI_RF_PROTOCOL_T1T) in nci_add_new_protocol()
194 else if (rf_protocol == NCI_RF_PROTOCOL_T2T) in nci_add_new_protocol()
196 else if (rf_protocol == NCI_RF_PROTOCOL_ISO_DEP) in nci_add_new_protocol()
201 else if (rf_protocol == NCI_RF_PROTOCOL_T3T) in nci_add_new_protocol()
203 else if (rf_protocol == NCI_RF_PROTOCOL_NFC_DEP) in nci_add_new_protocol()
205 else if (rf_protocol == NCI_RF_PROTOCOL_T5T) in nci_add_new_protocol()
208 protocol = nci_get_prop_rf_protocol(ndev, rf_protocol); in nci_add_new_protocol()
269 nci_add_new_protocol(ndev, target, ntf->rf_protocol, in nci_add_new_target()
284 rc = nci_add_new_protocol(ndev, target, ntf->rf_protocol, in nci_add_new_target()
312 ntf.rf_protocol = *data++; in nci_rf_discover_ntf_packet()
317 pr_debug("rf_protocol 0x%x\n", ntf.rf_protocol); in nci_rf_discover_ntf_packet()
447 rc = nci_add_new_protocol(ndev, target, ntf->rf_protocol, in nci_target_auto_activated()
514 ntf.rf_protocol = *data++; in nci_rf_intf_activated_ntf_packet()
522 pr_debug("rf_protocol 0x%x\n", ntf.rf_protocol); in nci_rf_intf_activated_ntf_packet()
654 ntf.rf_protocol == NCI_RF_PROTOCOL_NFC_DEP) { in nci_rf_intf_activated_ntf_packet()