Home
last modified time | relevance | path

Searched refs:hci_create_pipe_resp (Results 1 – 3 of 3) sorted by relevance

/linux/net/nfc/hci/
H A Dhci.h48 struct hci_create_pipe_resp { struct
49 src_hosthci_create_pipe_resp global() argument
50 src_gatehci_create_pipe_resp global() argument
51 dest_hosthci_create_pipe_resp global() argument
52 dest_gatehci_create_pipe_resp global() argument
53 pipehci_create_pipe_resp global() argument
H A Dcommand.c213 struct hci_create_pipe_resp *resp; in nfc_hci_create_pipe()
228 resp = (struct hci_create_pipe_resp *)skb->data; in nfc_hci_create_pipe()
H A Dcore.c185 const struct hci_create_pipe_resp *create_info; in nfc_hci_cmd_received()
205 create_info = (struct hci_create_pipe_resp *)skb->data; in nfc_hci_cmd_received()