Home
last modified time | relevance | path

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

/linux-4.1.27/net/nfc/hci/
Dcommand.c240 *result = nfc_hci_execute_cmd(hdev, NFC_HCI_ADMIN_PIPE, in nfc_hci_create_pipe()
259 return nfc_hci_execute_cmd(hdev, NFC_HCI_ADMIN_PIPE, in nfc_hci_delete_pipe()
276 return nfc_hci_execute_cmd(hdev, NFC_HCI_ADMIN_PIPE, in nfc_hci_clear_all_pipes()
295 if (pipe != NFC_HCI_LINK_MGMT_PIPE && pipe != NFC_HCI_ADMIN_PIPE) { in nfc_hci_disconnect_gate()
345 pipe = NFC_HCI_ADMIN_PIPE; in nfc_hci_connect_gate()
/linux-4.1.27/include/net/nfc/
Dhci.h73 #define NFC_HCI_ADMIN_PIPE 0x01 macro
/linux-4.1.27/drivers/nfc/st21nfca/
Dst21nfca.c89 {NFC_HCI_ADMIN_GATE, NFC_HCI_ADMIN_PIPE},