Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/nfc/nci/
Dntf.c203 else if (rf_protocol == NCI_RF_PROTOCOL_NFC_DEP) in nci_add_new_protocol()
660 ntf.rf_protocol == NCI_RF_PROTOCOL_NFC_DEP) { in nci_rf_intf_activated_ntf_packet()
Dcore.c195 cfg[*num].rf_protocol = NCI_RF_PROTOCOL_NFC_DEP; in nci_init_complete_req()
316 case NCI_RF_PROTOCOL_NFC_DEP: in nci_rf_discover_select_req()
916 param.rf_protocol = NCI_RF_PROTOCOL_NFC_DEP; in nci_activate_target()
/kernel/linux/linux-5.10/include/net/nfc/
Dnci.h111 #define NCI_RF_PROTOCOL_NFC_DEP 0x05 macro