Home
last modified time | relevance | path

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

/linux-4.4.14/net/nfc/nci/
Dhci.c130 memset(hdev->gate2pipe, NCI_HCI_INVALID_PIPE, sizeof(hdev->gate2pipe)); in nci_hci_reset_pipes()
225 if (pipe == NCI_HCI_INVALID_PIPE) in nci_hci_send_event()
244 if (pipe == NCI_HCI_INVALID_PIPE) in nci_hci_send_cmd()
546 return NCI_HCI_INVALID_PIPE; in nci_hci_create_pipe()
577 if (pipe == NCI_HCI_INVALID_PIPE) in nci_hci_set_param()
624 if (pipe == NCI_HCI_INVALID_PIPE) in nci_hci_get_param()
664 if (ndev->hci_dev->gate2pipe[dest_gate] != NCI_HCI_INVALID_PIPE) in nci_hci_connect_gate()
667 if (pipe != NCI_HCI_INVALID_PIPE) in nci_hci_connect_gate()
/linux-4.4.14/drivers/nfc/st-nci/
Dse.c114 {NCI_HCI_IDENTITY_MGMT_GATE, NCI_HCI_INVALID_PIPE,
116 {NCI_HCI_LOOPBACK_GATE, NCI_HCI_INVALID_PIPE,
/linux-4.4.14/include/net/nfc/
Dnci_core.h154 #define NCI_HCI_INVALID_PIPE 0x80 macro