Home
last modified time | relevance | path

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

/openbmc/linux/net/nfc/hci/
H A Dcommand.c222 *result = nfc_hci_execute_cmd(hdev, NFC_HCI_ADMIN_PIPE, in nfc_hci_create_pipe()
239 return nfc_hci_execute_cmd(hdev, NFC_HCI_ADMIN_PIPE, in nfc_hci_delete_pipe()
254 return nfc_hci_execute_cmd(hdev, NFC_HCI_ADMIN_PIPE, in nfc_hci_clear_all_pipes()
271 if (pipe != NFC_HCI_LINK_MGMT_PIPE && pipe != NFC_HCI_ADMIN_PIPE) { in nfc_hci_disconnect_gate()
317 pipe = NFC_HCI_ADMIN_PIPE; in nfc_hci_connect_gate()
/openbmc/linux/include/net/nfc/
H A Dhci.h61 #define NFC_HCI_ADMIN_PIPE 0x01 macro
/openbmc/linux/drivers/nfc/st21nfca/
H A Dcore.c75 {NFC_HCI_ADMIN_GATE, NFC_HCI_ADMIN_PIPE},