Home
last modified time | relevance | path

Searched refs:rf_protocol (Results 1 – 5 of 5) sorted by relevance

/linux/net/nfc/nci/
A Dntf.c204 __u8 rf_protocol, in nci_add_new_protocol() argument
214 if (rf_protocol == NCI_RF_PROTOCOL_T1T) in nci_add_new_protocol()
216 else if (rf_protocol == NCI_RF_PROTOCOL_T2T) in nci_add_new_protocol()
218 else if (rf_protocol == NCI_RF_PROTOCOL_ISO_DEP) in nci_add_new_protocol()
223 else if (rf_protocol == NCI_RF_PROTOCOL_T3T) in nci_add_new_protocol()
225 else if (rf_protocol == NCI_RF_PROTOCOL_NFC_DEP) in nci_add_new_protocol()
227 else if (rf_protocol == NCI_RF_PROTOCOL_T5T) in nci_add_new_protocol()
334 ntf.rf_protocol = *data++; in nci_rf_discover_ntf_packet()
339 pr_debug("rf_protocol 0x%x\n", ntf.rf_protocol); in nci_rf_discover_ntf_packet()
538 ntf.rf_protocol = *data++; in nci_rf_intf_activated_ntf_packet()
[all …]
A Dcore.c193 cfg[*num].rf_protocol = NCI_RF_PROTOCOL_ISO_DEP; in nci_init_complete_req()
200 cfg[*num].rf_protocol = NCI_RF_PROTOCOL_NFC_DEP; in nci_init_complete_req()
303 __u8 rf_protocol; member
312 cmd.rf_protocol = param->rf_protocol; in nci_rf_discover_select_req()
314 switch (cmd.rf_protocol) { in nci_rf_discover_select_req()
917 param.rf_protocol = NCI_RF_PROTOCOL_T1T; in nci_activate_target()
919 param.rf_protocol = NCI_RF_PROTOCOL_T2T; in nci_activate_target()
921 param.rf_protocol = NCI_RF_PROTOCOL_T3T; in nci_activate_target()
924 param.rf_protocol = NCI_RF_PROTOCOL_ISO_DEP; in nci_activate_target()
926 param.rf_protocol = NCI_RF_PROTOCOL_NFC_DEP; in nci_activate_target()
/linux/include/net/nfc/
A Dnci.h270 __u8 rf_protocol; member
295 __u8 rf_protocol; member
461 __u8 rf_protocol; member
499 __u8 rf_protocol; member
A Dnci_core.h73 __u32 (*get_rfprotocol)(struct nci_dev *ndev, __u8 rf_protocol);
/linux/drivers/nfc/st-nci/
A Dcore.c72 __u8 rf_protocol) in st_nci_get_rfprotocol() argument
74 return rf_protocol == ST_NCI1_X_PROPRIETARY_ISO15693 ? in st_nci_get_rfprotocol()

Completed in 16 milliseconds