Home
last modified time | relevance | path

Searched refs:gate2pipe (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/net/nfc/hci/
Dcommand.c110 pipe = hdev->gate2pipe[gate]; in nfc_hci_send_event()
131 pipe = hdev->gate2pipe[gate]; in nfc_hci_send_cmd()
147 pipe = hdev->gate2pipe[gate]; in nfc_hci_send_cmd_async()
284 u8 pipe = hdev->gate2pipe[gate]; in nfc_hci_disconnect_gate()
301 hdev->gate2pipe[gate] = NFC_HCI_INVALID_PIPE; in nfc_hci_disconnect_gate()
334 if (hdev->gate2pipe[dest_gate] != NFC_HCI_INVALID_PIPE) in nfc_hci_connect_gate()
368 hdev->gate2pipe[dest_gate] = pipe; in nfc_hci_connect_gate()
Dcore.c57 memset(hdev->gate2pipe, NFC_HCI_INVALID_PIPE, sizeof(hdev->gate2pipe)); in nfc_hci_reset_pipes()
217 hdev->gate2pipe[create_info->dest_gate] = create_info->pipe; in nfc_hci_cmd_received()
/linux-4.1.27/net/nfc/nci/
Dhci.c127 memset(hdev->gate2pipe, NCI_HCI_INVALID_PIPE, sizeof(hdev->gate2pipe)); in nci_hci_reset_pipes()
220 u8 pipe = ndev->hci_dev->gate2pipe[gate]; in nci_hci_send_event()
239 u8 pipe = ndev->hci_dev->gate2pipe[gate]; in nci_hci_send_cmd()
304 ndev->hci_dev->gate2pipe[dest_gate] = new_pipe; in nci_hci_cmd_received()
519 u8 pipe = ndev->hci_dev->gate2pipe[gate]; in nci_hci_set_param()
566 u8 pipe = ndev->hci_dev->gate2pipe[gate]; in nci_hci_get_param()
609 if (ndev->hci_dev->gate2pipe[dest_gate] != NCI_HCI_INVALID_PIPE) in nci_hci_connect_gate()
631 ndev->hci_dev->gate2pipe[dest_gate] = pipe; in nci_hci_connect_gate()
/linux-4.1.27/include/net/nfc/
Dhci.h141 u8 gate2pipe[NFC_HCI_MAX_GATES]; member
Dnci_core.h173 u8 gate2pipe[NCI_HCI_MAX_GATES]; member
/linux-4.1.27/drivers/nfc/st21nfcb/
Dst21nfcb_se.c237 ndev->hci_dev->gate2pipe[st21nfcb_gates[j].gate] = in st21nfcb_hci_load_session()
/linux-4.1.27/drivers/nfc/st21nfca/
Dst21nfca.c197 hdev->gate2pipe[st21nfca_gates[j].gate] = in st21nfca_hci_load_session()