gate2pipe         228 drivers/nfc/st-nci/se.c 			ndev->hci_dev->gate2pipe[st_nci_gates[j].gate] =
gate2pipe         184 drivers/nfc/st21nfca/core.c 			hdev->gate2pipe[st21nfca_gates[j].gate] =
gate2pipe         129 include/net/nfc/hci.h 	u8 gate2pipe[NFC_HCI_MAX_GATES];
gate2pipe         185 include/net/nfc/nci_core.h 	u8 gate2pipe[NCI_HCI_MAX_GATES];
gate2pipe          98 net/nfc/hci/command.c 	pipe = hdev->gate2pipe[gate];
gate2pipe         119 net/nfc/hci/command.c 	pipe = hdev->gate2pipe[gate];
gate2pipe         135 net/nfc/hci/command.c 	pipe = hdev->gate2pipe[gate];
gate2pipe         272 net/nfc/hci/command.c 	u8 pipe = hdev->gate2pipe[gate];
gate2pipe         289 net/nfc/hci/command.c 	hdev->gate2pipe[gate] = NFC_HCI_INVALID_PIPE;
gate2pipe         322 net/nfc/hci/command.c 	if (hdev->gate2pipe[dest_gate] != NFC_HCI_INVALID_PIPE)
gate2pipe         356 net/nfc/hci/command.c 	hdev->gate2pipe[dest_gate] = pipe;
gate2pipe          45 net/nfc/hci/core.c 	memset(hdev->gate2pipe, NFC_HCI_INVALID_PIPE, sizeof(hdev->gate2pipe));
gate2pipe         217 net/nfc/hci/core.c 		hdev->gate2pipe[create_info->dest_gate] = create_info->pipe;
gate2pipe         118 net/nfc/nci/hci.c 	memset(hdev->gate2pipe, NCI_HCI_INVALID_PIPE, sizeof(hdev->gate2pipe));
gate2pipe         211 net/nfc/nci/hci.c 	u8 pipe = ndev->hci_dev->gate2pipe[gate];
gate2pipe         230 net/nfc/nci/hci.c 	u8 pipe = ndev->hci_dev->gate2pipe[gate];
gate2pipe         313 net/nfc/nci/hci.c 		ndev->hci_dev->gate2pipe[dest_gate] = new_pipe;
gate2pipe         570 net/nfc/nci/hci.c 	u8 pipe = ndev->hci_dev->gate2pipe[gate];
gate2pipe         617 net/nfc/nci/hci.c 	u8 pipe = ndev->hci_dev->gate2pipe[gate];
gate2pipe         661 net/nfc/nci/hci.c 	if (ndev->hci_dev->gate2pipe[dest_gate] != NCI_HCI_INVALID_PIPE)
gate2pipe         697 net/nfc/nci/hci.c 	ndev->hci_dev->gate2pipe[dest_gate] = pipe;