Searched refs:dest_host (Results 1 – 7 of 7) sorted by relevance
/linux/net/nfc/hci/ |
H A D | command.c | 208 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()
|
H A D | hci.h | 44 u8 dest_host; member 51 u8 dest_host; member
|
H A D | core.c | 43 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/net/nfc/nci/ |
H A D | hci.c | 29 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/include/net/nfc/ |
H A D | hci.h | 70 u8 dest_host; member 257 int nfc_hci_connect_gate(struct nfc_hci_dev *hdev, u8 dest_host, u8 dest_gate,
|
H A D | nci_core.h | 163 u8 dest_host; member 311 int nci_hci_connect_gate(struct nci_dev *ndev, u8 dest_host,
|
/linux/drivers/nfc/st21nfca/ |
H A D | core.c | 187 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()
|