Searched refs:rf_protocol (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/net/nfc/nci/ |
H A D | ntf.c | 173 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() 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() 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 | 188 cfg[*num].rf_protocol = NCI_RF_PROTOCOL_ISO_DEP; in nci_init_complete_req() 195 cfg[*num].rf_protocol = NCI_RF_PROTOCOL_NFC_DEP; in nci_init_complete_req() 299 __u8 rf_protocol; member 309 cmd.rf_protocol = param->rf_protocol; in nci_rf_discover_select_req() 311 switch (cmd.rf_protocol) { in nci_rf_discover_select_req() 912 param.rf_protocol = NCI_RF_PROTOCOL_T1T; in nci_activate_target() 914 param.rf_protocol = NCI_RF_PROTOCOL_T2T; in nci_activate_target() 916 param.rf_protocol = NCI_RF_PROTOCOL_T3T; in nci_activate_target() 919 param.rf_protocol in nci_activate_target() [all...] |
/kernel/linux/linux-6.6/net/nfc/nci/ |
H A D | ntf.c | 195 static __u32 nci_get_prop_rf_protocol(struct nci_dev *ndev, __u8 rf_protocol) in nci_get_prop_rf_protocol() argument 198 return ndev->ops->get_rfprotocol(ndev, rf_protocol); in nci_get_prop_rf_protocol() 204 __u8 rf_protocol, in nci_add_new_protocol() 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() 230 protocol = nci_get_prop_rf_protocol(ndev, rf_protocol); in nci_add_new_protocol() 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 | 194 cfg[*num].rf_protocol = NCI_RF_PROTOCOL_ISO_DEP; in nci_init_complete_req() 201 cfg[*num].rf_protocol = NCI_RF_PROTOCOL_NFC_DEP; in nci_init_complete_req() 304 __u8 rf_protocol; member 313 cmd.rf_protocol = param->rf_protocol; in nci_rf_discover_select_req() 315 switch (cmd.rf_protocol) { in nci_rf_discover_select_req() 927 param.rf_protocol = NCI_RF_PROTOCOL_T1T; in nci_activate_target() 929 param.rf_protocol = NCI_RF_PROTOCOL_T2T; in nci_activate_target() 931 param.rf_protocol = NCI_RF_PROTOCOL_T3T; in nci_activate_target() 934 param.rf_protocol in nci_activate_target() [all...] |
/kernel/linux/linux-5.10/drivers/nfc/st-nci/ |
H A D | core.c | 74 __u8 rf_protocol) in st_nci_get_rfprotocol() 76 return rf_protocol == ST_NCI1_X_PROPRIETARY_ISO15693 ? in st_nci_get_rfprotocol() 73 st_nci_get_rfprotocol(struct nci_dev *ndev, __u8 rf_protocol) st_nci_get_rfprotocol() argument
|
/kernel/linux/linux-6.6/drivers/nfc/st-nci/ |
H A D | core.c | 72 __u8 rf_protocol) in st_nci_get_rfprotocol() 74 return rf_protocol == ST_NCI1_X_PROPRIETARY_ISO15693 ? in st_nci_get_rfprotocol() 71 st_nci_get_rfprotocol(struct nci_dev *ndev, __u8 rf_protocol) st_nci_get_rfprotocol() argument
|
/kernel/linux/linux-5.10/include/net/nfc/ |
H A D | nci.h | 260 __u8 rf_protocol; member 285 __u8 rf_protocol; member 427 __u8 rf_protocol; member 465 __u8 rf_protocol; member
|
H A D | nci_core.h | 73 __u32 (*get_rfprotocol)(struct nci_dev *ndev, __u8 rf_protocol);
|
/kernel/linux/linux-6.6/include/net/nfc/ |
H A D | nci.h | 270 __u8 rf_protocol; member 295 __u8 rf_protocol; member 461 __u8 rf_protocol; member 499 __u8 rf_protocol; member
|
H A D | nci_core.h | 73 __u32 (*get_rfprotocol)(struct nci_dev *ndev, __u8 rf_protocol);
|
Completed in 10 milliseconds