Searched refs:rf_tech_and_mode (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/nfc/nci/ |
H A D | ntf.c | 183 __u8 rf_tech_and_mode, in nci_add_new_protocol() 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() 227 } else if (rf_tech_and_mode == NCI_NFC_B_PASSIVE_POLL_MODE) { in nci_add_new_protocol() 237 } else if (rf_tech_and_mode == NCI_NFC_F_PASSIVE_POLL_MODE) { in nci_add_new_protocol() 247 } else if (rf_tech_and_mode == NCI_NFC_V_PASSIVE_POLL_MODE) { in nci_add_new_protocol() 254 pr_err("unsupported rf_tech_and_mode 0x%x\n", rf_tech_and_mode); in nci_add_new_protocol() 276 ntf->rf_tech_and_mode, in nci_add_new_target() 291 ntf->rf_tech_and_mode, in nci_add_new_target() 180 nci_add_new_protocol(struct nci_dev *ndev, struct nfc_target *target, __u8 rf_protocol, __u8 rf_tech_and_mode, void *params) nci_add_new_protocol() argument [all...] |
H A D | core.c | 249 cmd.disc_configs[cmd.num_disc_configs].rf_tech_and_mode = in nci_rf_discover_req() 257 cmd.disc_configs[cmd.num_disc_configs].rf_tech_and_mode = in nci_rf_discover_req() 266 cmd.disc_configs[cmd.num_disc_configs].rf_tech_and_mode = in nci_rf_discover_req() 274 cmd.disc_configs[cmd.num_disc_configs].rf_tech_and_mode = in nci_rf_discover_req() 282 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()
|
/kernel/linux/linux-6.6/net/nfc/nci/ |
H A D | ntf.c | 205 __u8 rf_tech_and_mode, in nci_add_new_protocol() 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() 202 nci_add_new_protocol(struct nci_dev *ndev, struct nfc_target *target, __u8 rf_protocol, __u8 rf_tech_and_mode, const void *params) nci_add_new_protocol() argument [all...] |
H A D | core.c | 254 cmd.disc_configs[cmd.num_disc_configs].rf_tech_and_mode = in nci_rf_discover_req() 262 cmd.disc_configs[cmd.num_disc_configs].rf_tech_and_mode = in nci_rf_discover_req() 271 cmd.disc_configs[cmd.num_disc_configs].rf_tech_and_mode = in nci_rf_discover_req() 279 cmd.disc_configs[cmd.num_disc_configs].rf_tech_and_mode = in nci_rf_discover_req() 287 cmd.disc_configs[cmd.num_disc_configs].rf_tech_and_mode = in nci_rf_discover_req() 291 cmd.disc_configs[cmd.num_disc_configs].rf_tech_and_mode = in nci_rf_discover_req()
|
/kernel/linux/linux-5.10/include/net/nfc/ |
H A D | nci.h | 273 __u8 rf_tech_and_mode; member 428 __u8 rf_tech_and_mode; member
|
/kernel/linux/linux-6.6/include/net/nfc/ |
H A D | nci.h | 283 __u8 rf_tech_and_mode; member 462 __u8 rf_tech_and_mode; member
|
Completed in 9 milliseconds