Home
last modified time | relevance | path

Searched refs:rf_tech_and_mode (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/net/nfc/nci/
Dntf.c205 __u8 rf_tech_and_mode, in nci_add_new_protocol() argument
219 if (rf_tech_and_mode == NCI_NFC_A_PASSIVE_POLL_MODE) in nci_add_new_protocol()
237 if (rf_tech_and_mode == NCI_NFC_A_PASSIVE_POLL_MODE) { in nci_add_new_protocol()
249 } else if (rf_tech_and_mode == NCI_NFC_B_PASSIVE_POLL_MODE) { in nci_add_new_protocol()
259 } else if (rf_tech_and_mode == NCI_NFC_F_PASSIVE_POLL_MODE) { in nci_add_new_protocol()
269 } else if (rf_tech_and_mode == NCI_NFC_V_PASSIVE_POLL_MODE) { in nci_add_new_protocol()
276 pr_err("unsupported rf_tech_and_mode 0x%x\n", rf_tech_and_mode); in nci_add_new_protocol()
298 ntf->rf_tech_and_mode, in nci_add_new_target()
313 ntf->rf_tech_and_mode, in nci_add_new_target()
341 ntf.rf_tech_and_mode = *data++; in nci_rf_discover_ntf_packet()
[all …]
Dcore.c253 cmd.disc_configs[cmd.num_disc_configs].rf_tech_and_mode = in nci_rf_discover_req()
261 cmd.disc_configs[cmd.num_disc_configs].rf_tech_and_mode = in nci_rf_discover_req()
270 cmd.disc_configs[cmd.num_disc_configs].rf_tech_and_mode = in nci_rf_discover_req()
278 cmd.disc_configs[cmd.num_disc_configs].rf_tech_and_mode = in nci_rf_discover_req()
286 cmd.disc_configs[cmd.num_disc_configs].rf_tech_and_mode = in nci_rf_discover_req()
290 cmd.disc_configs[cmd.num_disc_configs].rf_tech_and_mode = in nci_rf_discover_req()
/linux-6.1.9/include/net/nfc/
Dnci.h283 __u8 rf_tech_and_mode; member
462 __u8 rf_tech_and_mode; member