Searched defs:nfc_hci_ops (Results 1 – 1 of 1) sorted by relevance
27 struct nfc_hci_ops { struct28 int (*open) (struct nfc_hci_dev *hdev);29 void (*close) (struct nfc_hci_dev *hdev);30 int (*load_session) (struct nfc_hci_dev *hdev);31 int (*hci_ready) (struct nfc_hci_dev *hdev);37 int (*xmit) (struct nfc_hci_dev *hdev, struct sk_buff *skb);38 int (*start_poll) (struct nfc_hci_dev *hdev,40 void (*stop_poll) (struct nfc_hci_dev *hdev);41 int (*dep_link_up)(struct nfc_hci_dev *hdev, struct nfc_target *target,43 int (*dep_link_down)(struct nfc_hci_dev *hdev);[all …]