Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/nfc/
Dhci.h44 int (*target_from_gate) (struct nfc_hci_dev *hdev, u8 gate, member
/Linux-v4.19/net/nfc/hci/
Dcore.c354 if (hdev->ops->target_from_gate) in nfc_hci_target_discovered()
355 r = hdev->ops->target_from_gate(hdev, gate, targets); in nfc_hci_target_discovered()
/Linux-v4.19/Documentation/nfc/
Dnfc-hci.txt73 int (*target_from_gate) (struct nfc_hci_dev *hdev, u8 gate,
99 - target_from_gate() is an optional entrypoint to return the nfc protocols
/Linux-v4.19/drivers/nfc/microread/
Dmicroread.c648 .target_from_gate = microread_target_from_gate,
/Linux-v4.19/drivers/nfc/pn544/
Dpn544.c903 .target_from_gate = pn544_hci_target_from_gate,
/Linux-v4.19/drivers/nfc/st21nfca/
Dcore.c936 .target_from_gate = st21nfca_hci_target_from_gate,