Home
last modified time | relevance | path

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

/linux-4.1.27/net/nfc/nci/
Dntf.c185 static __u32 nci_get_prop_rf_protocol(struct nci_dev *ndev, __u8 rf_protocol) in nci_get_prop_rf_protocol() argument
188 return ndev->ops->get_rfprotocol(ndev, rf_protocol); in nci_get_prop_rf_protocol()
194 __u8 rf_protocol, in nci_add_new_protocol() argument
204 if (rf_protocol == NCI_RF_PROTOCOL_T1T) in nci_add_new_protocol()
206 else if (rf_protocol == NCI_RF_PROTOCOL_T2T) in nci_add_new_protocol()
208 else if (rf_protocol == NCI_RF_PROTOCOL_ISO_DEP) in nci_add_new_protocol()
213 else if (rf_protocol == NCI_RF_PROTOCOL_T3T) in nci_add_new_protocol()
215 else if (rf_protocol == NCI_RF_PROTOCOL_NFC_DEP) in nci_add_new_protocol()
217 else if (rf_protocol == NCI_RF_PROTOCOL_T5T) in nci_add_new_protocol()
220 protocol = nci_get_prop_rf_protocol(ndev, rf_protocol); in nci_add_new_protocol()
[all …]
Dcore.c175 cfg[*num].rf_protocol = NCI_RF_PROTOCOL_ISO_DEP; in nci_init_complete_req()
182 cfg[*num].rf_protocol = NCI_RF_PROTOCOL_NFC_DEP; in nci_init_complete_req()
286 __u8 rf_protocol; member
296 cmd.rf_protocol = param->rf_protocol; in nci_rf_discover_select_req()
298 switch (cmd.rf_protocol) { in nci_rf_discover_select_req()
727 param.rf_protocol = NCI_RF_PROTOCOL_T1T; in nci_activate_target()
729 param.rf_protocol = NCI_RF_PROTOCOL_T2T; in nci_activate_target()
731 param.rf_protocol = NCI_RF_PROTOCOL_T3T; in nci_activate_target()
734 param.rf_protocol = NCI_RF_PROTOCOL_ISO_DEP; in nci_activate_target()
736 param.rf_protocol = NCI_RF_PROTOCOL_NFC_DEP; in nci_activate_target()
/linux-4.1.27/drivers/nfc/st21nfcb/
Dst21nfcb.c71 __u8 rf_protocol) in st21nfcb_nci_get_rfprotocol() argument
73 return rf_protocol == ST21NFCB_NCI1_X_PROPRIETARY_ISO15693 ? in st21nfcb_nci_get_rfprotocol()
/linux-4.1.27/include/net/nfc/
Dnci.h270 __u8 rf_protocol; member
295 __u8 rf_protocol; member
432 __u8 rf_protocol; member
470 __u8 rf_protocol; member
Dnci_core.h75 __u32 (*get_rfprotocol)(struct nci_dev *ndev, __u8 rf_protocol);