Searched refs:rf_protocol (Results 1 – 4 of 4) sorted by relevance
303 static __u32 nci_get_prop_rf_protocol(struct nci_dev *ndev, __u8 rf_protocol) in nci_get_prop_rf_protocol() argument306 return ndev->ops->get_rfprotocol(ndev, rf_protocol); in nci_get_prop_rf_protocol()312 __u8 rf_protocol, in nci_add_new_protocol() argument322 if (rf_protocol == NCI_RF_PROTOCOL_T1T) in nci_add_new_protocol()324 else if (rf_protocol == NCI_RF_PROTOCOL_T2T) in nci_add_new_protocol()326 else if (rf_protocol == NCI_RF_PROTOCOL_ISO_DEP) in nci_add_new_protocol()331 else if (rf_protocol == NCI_RF_PROTOCOL_T3T) in nci_add_new_protocol()333 else if (rf_protocol == NCI_RF_PROTOCOL_NFC_DEP) in nci_add_new_protocol()335 else if (rf_protocol == NCI_RF_PROTOCOL_T5T) in nci_add_new_protocol()338 protocol = nci_get_prop_rf_protocol(ndev, rf_protocol); in nci_add_new_protocol()[all …]
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; member313 cmd.rf_protocol = param->rf_protocol; in nci_rf_discover_select_req()315 switch (cmd.rf_protocol) { in nci_rf_discover_select_req()935 param.rf_protocol = NCI_RF_PROTOCOL_T1T; in nci_activate_target()937 param.rf_protocol = NCI_RF_PROTOCOL_T2T; in nci_activate_target()939 param.rf_protocol = NCI_RF_PROTOCOL_T3T; in nci_activate_target()942 param.rf_protocol = NCI_RF_PROTOCOL_ISO_DEP; in nci_activate_target()944 param.rf_protocol = NCI_RF_PROTOCOL_NFC_DEP; in nci_activate_target()
270 __u8 rf_protocol; member295 __u8 rf_protocol; member461 __u8 rf_protocol; member499 __u8 rf_protocol; member
72 __u8 rf_protocol) in st_nci_get_rfprotocol() argument74 return rf_protocol == ST_NCI1_X_PROPRIETARY_ISO15693 ? in st_nci_get_rfprotocol()