Lines Matching refs:gate
189 (st21nfca_gates[j].gate != info->dst_gate_id) ; j++) in st21nfca_hci_load_session()
193 st21nfca_gates[j].gate == info->dst_gate_id && in st21nfca_hci_load_session()
197 hdev->gate2pipe[st21nfca_gates[j].gate] = in st21nfca_hci_load_session()
199 hdev->pipes[st21nfca_gates[j].pipe].gate = in st21nfca_hci_load_session()
200 st21nfca_gates[j].gate; in st21nfca_hci_load_session()
216 st21nfca_gates[i].gate, in st21nfca_hci_load_session()
647 static int st21nfca_hci_target_from_gate(struct nfc_hci_dev *hdev, u8 gate, in st21nfca_hci_target_from_gate() argument
655 switch (gate) { in st21nfca_hci_target_from_gate()
702 u8 gate, in st21nfca_hci_complete_target_discovered() argument
708 if (gate == ST21NFCA_RF_READER_F_GATE) { in st21nfca_hci_complete_target_discovered()
867 u8 gate = hdev->pipes[pipe].gate; in st21nfca_hci_cmd_received() local
873 if (gate != ST21NFCA_APDU_READER_GATE && in st21nfca_hci_cmd_received()
921 u8 gate = hdev->pipes[pipe].gate; in st21nfca_hci_event_received() local
924 pr_debug("hci event: %d gate: %x\n", event, gate); in st21nfca_hci_event_received()
926 switch (gate) { in st21nfca_hci_event_received()