Home
last modified time | relevance | path

Searched refs:get_rfprotocol (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/nfc/st21nfcb/
Dst21nfcb.c81 .get_rfprotocol = st21nfcb_nci_get_rfprotocol,
/linux-4.1.27/net/nfc/nci/
Dntf.c187 if (ndev->ops->get_rfprotocol) in nci_get_prop_rf_protocol()
188 return ndev->ops->get_rfprotocol(ndev, rf_protocol); in nci_get_prop_rf_protocol()
/linux-4.1.27/include/net/nfc/
Dnci_core.h75 __u32 (*get_rfprotocol)(struct nci_dev *ndev, __u8 rf_protocol); member