Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/nfc/hci/
A Dcommand.c208 static u8 nfc_hci_create_pipe(struct nfc_hci_dev *hdev, u8 dest_host, in nfc_hci_create_pipe() argument
219 params.dest_host = dest_host; in nfc_hci_create_pipe()
297 int nfc_hci_connect_gate(struct nfc_hci_dev *hdev, u8 dest_host, u8 dest_gate, in nfc_hci_connect_gate() argument
320 pipe = nfc_hci_create_pipe(hdev, dest_host, dest_gate, &r); in nfc_hci_connect_gate()
339 hdev->pipes[pipe].dest_host = dest_host; in nfc_hci_connect_gate()
A Dhci.h44 u8 dest_host; member
51 u8 dest_host; member
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()
/linux-6.3-rc2/net/nfc/nci/
A Dhci.c29 u8 dest_host; member
36 u8 dest_host; member
519 static u8 nci_hci_create_pipe(struct nci_dev *ndev, u8 dest_host, in nci_hci_create_pipe() argument
530 params.dest_host = dest_host; in nci_hci_create_pipe()
644 u8 dest_host, u8 dest_gate, u8 pipe) in nci_hci_connect_gate() argument
666 pipe = nci_hci_create_pipe(ndev, dest_host, dest_gate, &r); in nci_hci_connect_gate()
687 ndev->hci_dev->pipes[pipe].host = dest_host; in nci_hci_connect_gate()
701 r = nci_hci_connect_gate(ndev, gates->dest_host, in nci_hci_dev_connect_gates()
733 ndev->hci_dev->init_data.gates[0].dest_host, in nci_hci_dev_session_init()
/linux-6.3-rc2/include/net/nfc/
A Dhci.h70 u8 dest_host; member
257 int nfc_hci_connect_gate(struct nfc_hci_dev *hdev, u8 dest_host, u8 dest_gate,
A Dnci_core.h163 u8 dest_host; member
311 int nci_hci_connect_gate(struct nci_dev *ndev, u8 dest_host,
/linux-6.3-rc2/drivers/nfc/st21nfca/
A Dcore.c187 hdev->pipes[pipe_info[2]].dest_host = in st21nfca_hci_load_session()
843 hdev->pipes[pipe].dest_host != NFC_HCI_UICC_HOST_ID) in st21nfca_hci_cmd_received()
893 u8 host = hdev->pipes[pipe].dest_host; in st21nfca_hci_event_received()

Completed in 15 milliseconds