Home
last modified time | relevance | path

Searched defs:nfc_hci_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/include/net/nfc/
Dhci.h15 struct nfc_hci_ops { struct
16 int (*open) (struct nfc_hci_dev *hdev);
17 void (*close) (struct nfc_hci_dev *hdev);
18 int (*load_session) (struct nfc_hci_dev *hdev);
19 int (*hci_ready) (struct nfc_hci_dev *hdev);
25 int (*xmit) (struct nfc_hci_dev *hdev, struct sk_buff *skb);
26 int (*start_poll) (struct nfc_hci_dev *hdev,
28 void (*stop_poll) (struct nfc_hci_dev *hdev);
29 int (*dep_link_up)(struct nfc_hci_dev *hdev, struct nfc_target *target,
31 int (*dep_link_down)(struct nfc_hci_dev *hdev);
[all …]