Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/nfc/hci/
H A 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()
H A Dhci.h44 u8 dest_host; member
51 u8 dest_host; member
H A 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()
/OK3568_Linux_fs/kernel/net/nfc/nci/
H A 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()
/OK3568_Linux_fs/kernel/include/net/nfc/
H A Dhci.h70 u8 dest_host; member
257 int nfc_hci_connect_gate(struct nfc_hci_dev *hdev, u8 dest_host, u8 dest_gate,
H A Dnci_core.h163 u8 dest_host; member
309 int nci_hci_connect_gate(struct nci_dev *ndev, u8 dest_host,
/OK3568_Linux_fs/kernel/drivers/nfc/st21nfca/
H A Dcore.c188 hdev->pipes[pipe_info[2]].dest_host = in st21nfca_hci_load_session()
844 hdev->pipes[pipe].dest_host != NFC_HCI_UICC_HOST_ID) in st21nfca_hci_cmd_received()
894 u8 host = hdev->pipes[pipe].dest_host; in st21nfca_hci_event_received()