Lines Matching refs:pipe
195 st21nfca_gates[j].pipe = pipe_info[2]; in st21nfca_hci_load_session()
198 st21nfca_gates[j].pipe; in st21nfca_hci_load_session()
199 hdev->pipes[st21nfca_gates[j].pipe].gate = in st21nfca_hci_load_session()
201 hdev->pipes[st21nfca_gates[j].pipe].dest_host = in st21nfca_hci_load_session()
217 st21nfca_gates[i].pipe); in st21nfca_hci_load_session()
863 static void st21nfca_hci_cmd_received(struct nfc_hci_dev *hdev, u8 pipe, u8 cmd, in st21nfca_hci_cmd_received() argument
867 u8 gate = hdev->pipes[pipe].gate; in st21nfca_hci_cmd_received()
874 hdev->pipes[pipe].dest_host != NFC_HCI_UICC_HOST_ID) in st21nfca_hci_cmd_received()
918 static int st21nfca_hci_event_received(struct nfc_hci_dev *hdev, u8 pipe, in st21nfca_hci_event_received() argument
921 u8 gate = hdev->pipes[pipe].gate; in st21nfca_hci_event_received()
922 u8 host = hdev->pipes[pipe].dest_host; in st21nfca_hci_event_received()