Lines Matching refs:rf_protocol
185 static __u32 nci_get_prop_rf_protocol(struct nci_dev *ndev, __u8 rf_protocol) in nci_get_prop_rf_protocol() argument
188 return ndev->ops->get_rfprotocol(ndev, rf_protocol); in nci_get_prop_rf_protocol()
194 __u8 rf_protocol, in nci_add_new_protocol() argument
204 if (rf_protocol == NCI_RF_PROTOCOL_T1T) in nci_add_new_protocol()
206 else if (rf_protocol == NCI_RF_PROTOCOL_T2T) in nci_add_new_protocol()
208 else if (rf_protocol == NCI_RF_PROTOCOL_ISO_DEP) in nci_add_new_protocol()
213 else if (rf_protocol == NCI_RF_PROTOCOL_T3T) in nci_add_new_protocol()
215 else if (rf_protocol == NCI_RF_PROTOCOL_NFC_DEP) in nci_add_new_protocol()
217 else if (rf_protocol == NCI_RF_PROTOCOL_T5T) in nci_add_new_protocol()
220 protocol = nci_get_prop_rf_protocol(ndev, rf_protocol); in nci_add_new_protocol()
281 nci_add_new_protocol(ndev, target, ntf->rf_protocol, in nci_add_new_target()
296 rc = nci_add_new_protocol(ndev, target, ntf->rf_protocol, in nci_add_new_target()
324 ntf.rf_protocol = *data++; in nci_rf_discover_ntf_packet()
329 pr_debug("rf_protocol 0x%x\n", ntf.rf_protocol); in nci_rf_discover_ntf_packet()
459 rc = nci_add_new_protocol(ndev, target, ntf->rf_protocol, in nci_target_auto_activated()
526 ntf.rf_protocol = *data++; in nci_rf_intf_activated_ntf_packet()
534 pr_debug("rf_protocol 0x%x\n", ntf.rf_protocol); in nci_rf_intf_activated_ntf_packet()
666 ntf.rf_protocol == NCI_RF_PROTOCOL_NFC_DEP) { in nci_rf_intf_activated_ntf_packet()