Home
last modified time | relevance | path

Searched refs:ntf_type (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/net/nfc/nci/
Dntf.c380 ntf.ntf_type = *data++; in nci_rf_discover_ntf_packet()
381 pr_debug("ntf_type %d\n", ntf.ntf_type); in nci_rf_discover_ntf_packet()
386 if (ntf.ntf_type == NCI_DISCOVER_NTF_TYPE_MORE) { in nci_rf_discover_ntf_packet()
/linux-6.6.21/include/net/nfc/
Dnci.h472 __u8 ntf_type; member