Home
last modified time | relevance | path

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

/linux-4.1.27/net/nfc/nci/
Dhci.c127 memset(hdev->gate2pipe, NCI_HCI_INVALID_PIPE, sizeof(hdev->gate2pipe)); in nci_hci_reset_pipes()
222 if (pipe == NCI_HCI_INVALID_PIPE) in nci_hci_send_event()
241 if (pipe == NCI_HCI_INVALID_PIPE) in nci_hci_send_cmd()
523 if (pipe == NCI_HCI_INVALID_PIPE) in nci_hci_set_param()
570 if (pipe == NCI_HCI_INVALID_PIPE) in nci_hci_get_param()
609 if (ndev->hci_dev->gate2pipe[dest_gate] != NCI_HCI_INVALID_PIPE) in nci_hci_connect_gate()
612 if (pipe != NCI_HCI_INVALID_PIPE) in nci_hci_connect_gate()
/linux-4.1.27/include/net/nfc/
Dnci_core.h136 #define NCI_HCI_INVALID_PIPE 0x80 macro