Home
last modified time | relevance | path

Searched refs:hci_ready (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/net/nfc/
Dhci.h31 int (*hci_ready) (struct nfc_hci_dev *hdev); member
/linux-4.4.14/net/nfc/hci/
Dcore.c592 if (hdev->ops->hci_ready) { in hci_dev_up()
593 r = hdev->ops->hci_ready(hdev); in hci_dev_up()
/linux-4.4.14/Documentation/nfc/
Dnfc-hci.txt66 int (*hci_ready) (struct nfc_hci_dev *hdev);
88 - hci_ready() is an optional entry point that is called right after the hci
/linux-4.4.14/drivers/nfc/microread/
Dmicroread.c643 .hci_ready = microread_hci_ready,
/linux-4.4.14/drivers/nfc/pn544/
Dpn544.c898 .hci_ready = pn544_hci_ready,
/linux-4.4.14/drivers/nfc/st21nfca/
Dcore.c937 .hci_ready = st21nfca_hci_ready,