Searched defs:nfc_hci_ops (Results 1 – 1 of 1) sorted by relevance
15 struct nfc_hci_ops { struct16 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);26 int (*start_poll) (struct nfc_hci_dev *hdev,28 void (*stop_poll) (struct nfc_hci_dev *hdev);31 int (*dep_link_down)(struct nfc_hci_dev *hdev);36 int (*im_transceive) (struct nfc_hci_dev *hdev,40 int (*check_presence)(struct nfc_hci_dev *hdev,[all …]
Completed in 4 milliseconds