Home
last modified time | relevance | path

Searched refs:NCI_RF_PROTOCOL_ISO_DEP (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/net/nfc/
H A Dnci.h112 #define NCI_RF_PROTOCOL_ISO_DEP 0x04 macro
/openbmc/linux/net/nfc/nci/
H A Dcore.c194 cfg[*num].rf_protocol = NCI_RF_PROTOCOL_ISO_DEP; in nci_init_complete_req()
316 case NCI_RF_PROTOCOL_ISO_DEP: in nci_rf_discover_select_req()
934 param.rf_protocol = NCI_RF_PROTOCOL_ISO_DEP; in nci_activate_target()
H A Dntf.c218 else if (rf_protocol == NCI_RF_PROTOCOL_ISO_DEP) in nci_add_new_protocol()