Home
last modified time | relevance | path

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

/Linux-v5.4/net/nfc/nci/
Dntf.c173 static __u32 nci_get_prop_rf_protocol(struct nci_dev *ndev, __u8 rf_protocol) in nci_get_prop_rf_protocol() argument
176 return ndev->ops->get_rfprotocol(ndev, rf_protocol); in nci_get_prop_rf_protocol()
182 __u8 rf_protocol, in nci_add_new_protocol() argument
192 if (rf_protocol == NCI_RF_PROTOCOL_T1T) in nci_add_new_protocol()
194 else if (rf_protocol == NCI_RF_PROTOCOL_T2T) in nci_add_new_protocol()
196 else if (rf_protocol == NCI_RF_PROTOCOL_ISO_DEP) in nci_add_new_protocol()
201 else if (rf_protocol == NCI_RF_PROTOCOL_T3T) in nci_add_new_protocol()
203 else if (rf_protocol == NCI_RF_PROTOCOL_NFC_DEP) in nci_add_new_protocol()
205 else if (rf_protocol == NCI_RF_PROTOCOL_T5T) in nci_add_new_protocol()
208 protocol = nci_get_prop_rf_protocol(ndev, rf_protocol); in nci_add_new_protocol()
[all …]
Dcore.c185 cfg[*num].rf_protocol = NCI_RF_PROTOCOL_ISO_DEP; in nci_init_complete_req()
192 cfg[*num].rf_protocol = NCI_RF_PROTOCOL_NFC_DEP; in nci_init_complete_req()
296 __u8 rf_protocol; member
306 cmd.rf_protocol = param->rf_protocol; in nci_rf_discover_select_req()
308 switch (cmd.rf_protocol) { in nci_rf_discover_select_req()
891 param.rf_protocol = NCI_RF_PROTOCOL_T1T; in nci_activate_target()
893 param.rf_protocol = NCI_RF_PROTOCOL_T2T; in nci_activate_target()
895 param.rf_protocol = NCI_RF_PROTOCOL_T3T; in nci_activate_target()
898 param.rf_protocol = NCI_RF_PROTOCOL_ISO_DEP; in nci_activate_target()
900 param.rf_protocol = NCI_RF_PROTOCOL_NFC_DEP; in nci_activate_target()
/Linux-v5.4/include/net/nfc/
Dnci.h260 __u8 rf_protocol; member
285 __u8 rf_protocol; member
427 __u8 rf_protocol; member
465 __u8 rf_protocol; member
Dnci_core.h72 __u32 (*get_rfprotocol)(struct nci_dev *ndev, __u8 rf_protocol);
/Linux-v5.4/drivers/nfc/st-nci/
Dcore.c74 __u8 rf_protocol) in st_nci_get_rfprotocol() argument
76 return rf_protocol == ST_NCI1_X_PROPRIETARY_ISO15693 ? in st_nci_get_rfprotocol()