Home
last modified time | relevance | path

Searched refs:dest_host (Results 1 – 4 of 4) sorted by relevance

/net/nfc/hci/
Dcommand.c214 static u8 nfc_hci_create_pipe(struct nfc_hci_dev *hdev, u8 dest_host, in nfc_hci_create_pipe() argument
225 params.dest_host = dest_host; in nfc_hci_create_pipe()
311 int nfc_hci_connect_gate(struct nfc_hci_dev *hdev, u8 dest_host, u8 dest_gate, in nfc_hci_connect_gate() argument
336 pipe = nfc_hci_create_pipe(hdev, dest_host, dest_gate, &r); in nfc_hci_connect_gate()
355 hdev->pipes[pipe].dest_host = dest_host; in nfc_hci_connect_gate()
Dhci.h44 u8 dest_host; member
51 u8 dest_host; member
Dcore.c43 hdev->pipes[i].dest_host = NFC_HCI_INVALID_HOST; in nfc_hci_reset_pipes()
54 if (hdev->pipes[i].dest_host != host) in nfc_hci_reset_pipes_per_host()
58 hdev->pipes[i].dest_host = NFC_HCI_INVALID_HOST; in nfc_hci_reset_pipes_per_host()
219 hdev->pipes[create_info->pipe].dest_host = in nfc_hci_cmd_received()
241 hdev->pipes[delete_info->pipe].dest_host = NFC_HCI_INVALID_HOST; in nfc_hci_cmd_received()
/net/nfc/nci/
Dhci.c28 u8 dest_host; member
35 u8 dest_host; member
525 static u8 nci_hci_create_pipe(struct nci_dev *ndev, u8 dest_host, in nci_hci_create_pipe() argument
536 params.dest_host = dest_host; in nci_hci_create_pipe()
653 u8 dest_host, u8 dest_gate, u8 pipe) in nci_hci_connect_gate() argument
675 pipe = nci_hci_create_pipe(ndev, dest_host, dest_gate, &r); in nci_hci_connect_gate()
696 ndev->hci_dev->pipes[pipe].host = dest_host; in nci_hci_connect_gate()
710 r = nci_hci_connect_gate(ndev, gates->dest_host, in nci_hci_dev_connect_gates()
742 ndev->hci_dev->init_data.gates[0].dest_host, in nci_hci_dev_session_init()