Lines Matching refs:gate
187 (st21nfca_gates[j].gate != info->dst_gate_id) ; j++) in st21nfca_hci_load_session()
191 st21nfca_gates[j].gate == info->dst_gate_id && in st21nfca_hci_load_session()
195 hdev->gate2pipe[st21nfca_gates[j].gate] = in st21nfca_hci_load_session()
197 hdev->pipes[pipe_info[2]].gate = in st21nfca_hci_load_session()
198 st21nfca_gates[j].gate; in st21nfca_hci_load_session()
635 static int st21nfca_hci_target_from_gate(struct nfc_hci_dev *hdev, u8 gate, in st21nfca_hci_target_from_gate() argument
643 switch (gate) { in st21nfca_hci_target_from_gate()
690 u8 gate, in st21nfca_hci_complete_target_discovered() argument
696 if (gate == ST21NFCA_RF_READER_F_GATE) { in st21nfca_hci_complete_target_discovered()
855 u8 gate = hdev->pipes[pipe].gate; in st21nfca_hci_cmd_received() local
861 if (gate != ST21NFCA_APDU_READER_GATE && in st21nfca_hci_cmd_received()
911 u8 gate = hdev->pipes[pipe].gate; in st21nfca_hci_event_received() local
914 pr_debug("hci event: %d gate: %x\n", event, gate); in st21nfca_hci_event_received()
916 switch (gate) { in st21nfca_hci_event_received()