Lines Matching refs:rf_tech_and_mode
195 __u8 rf_tech_and_mode, in nci_add_new_protocol() argument
209 if (rf_tech_and_mode == NCI_NFC_A_PASSIVE_POLL_MODE) in nci_add_new_protocol()
227 if (rf_tech_and_mode == NCI_NFC_A_PASSIVE_POLL_MODE) { in nci_add_new_protocol()
237 } else if (rf_tech_and_mode == NCI_NFC_B_PASSIVE_POLL_MODE) { in nci_add_new_protocol()
245 } else if (rf_tech_and_mode == NCI_NFC_F_PASSIVE_POLL_MODE) { in nci_add_new_protocol()
253 } else if (rf_tech_and_mode == NCI_NFC_V_PASSIVE_POLL_MODE) { in nci_add_new_protocol()
260 pr_err("unsupported rf_tech_and_mode 0x%x\n", rf_tech_and_mode); in nci_add_new_protocol()
282 ntf->rf_tech_and_mode, in nci_add_new_target()
297 ntf->rf_tech_and_mode, in nci_add_new_target()
325 ntf.rf_tech_and_mode = *data++; in nci_rf_discover_ntf_packet()
330 pr_debug("rf_tech_and_mode 0x%x\n", ntf.rf_tech_and_mode); in nci_rf_discover_ntf_packet()
335 switch (ntf.rf_tech_and_mode) { in nci_rf_discover_ntf_packet()
358 ntf.rf_tech_and_mode); in nci_rf_discover_ntf_packet()