Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/nfc/hci/
H A Dcommand.c228 *result = nfc_hci_execute_cmd(hdev, NFC_HCI_ADMIN_PIPE, in nfc_hci_create_pipe()
247 return nfc_hci_execute_cmd(hdev, NFC_HCI_ADMIN_PIPE, in nfc_hci_delete_pipe()
264 return nfc_hci_execute_cmd(hdev, NFC_HCI_ADMIN_PIPE, in nfc_hci_clear_all_pipes()
283 if (pipe != NFC_HCI_LINK_MGMT_PIPE && pipe != NFC_HCI_ADMIN_PIPE) { in nfc_hci_disconnect_gate()
333 pipe = NFC_HCI_ADMIN_PIPE; in nfc_hci_connect_gate()
/OK3568_Linux_fs/kernel/include/net/nfc/
H A Dhci.h61 #define NFC_HCI_ADMIN_PIPE 0x01 macro
/OK3568_Linux_fs/kernel/drivers/nfc/st21nfca/
H A Dcore.c76 {NFC_HCI_ADMIN_GATE, NFC_HCI_ADMIN_PIPE},