Lines Matching refs:rf_tech_and_mode
183 __u8 rf_tech_and_mode, in nci_add_new_protocol() argument
197 if (rf_tech_and_mode == NCI_NFC_A_PASSIVE_POLL_MODE) in nci_add_new_protocol()
215 if (rf_tech_and_mode == NCI_NFC_A_PASSIVE_POLL_MODE) { in nci_add_new_protocol()
225 } else if (rf_tech_and_mode == NCI_NFC_B_PASSIVE_POLL_MODE) { in nci_add_new_protocol()
233 } else if (rf_tech_and_mode == NCI_NFC_F_PASSIVE_POLL_MODE) { in nci_add_new_protocol()
241 } else if (rf_tech_and_mode == NCI_NFC_V_PASSIVE_POLL_MODE) { in nci_add_new_protocol()
248 pr_err("unsupported rf_tech_and_mode 0x%x\n", rf_tech_and_mode); in nci_add_new_protocol()
270 ntf->rf_tech_and_mode, in nci_add_new_target()
285 ntf->rf_tech_and_mode, in nci_add_new_target()
313 ntf.rf_tech_and_mode = *data++; in nci_rf_discover_ntf_packet()
318 pr_debug("rf_tech_and_mode 0x%x\n", ntf.rf_tech_and_mode); in nci_rf_discover_ntf_packet()
323 switch (ntf.rf_tech_and_mode) { in nci_rf_discover_ntf_packet()
346 ntf.rf_tech_and_mode); in nci_rf_discover_ntf_packet()