Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/nfc/
H A Dhci.h56 #define NFC_HCI_DO_NOT_CREATE_PIPE 0x81 macro
/OK3568_Linux_fs/kernel/drivers/nfc/st21nfca/
H A Dcore.c90 {ST21NFCA_CONNECTIVITY_GATE, NFC_HCI_DO_NOT_CREATE_PIPE},
91 {ST21NFCA_APDU_READER_GATE, NFC_HCI_DO_NOT_CREATE_PIPE},
/OK3568_Linux_fs/kernel/net/nfc/hci/
H A Dcommand.c319 if (pipe == NFC_HCI_DO_NOT_CREATE_PIPE) in nfc_hci_connect_gate()