get_rfprotocol    102 drivers/nfc/st-nci/core.c 	.get_rfprotocol = st_nci_get_rfprotocol,
get_rfprotocol     72 include/net/nfc/nci_core.h 	__u32 (*get_rfprotocol)(struct nci_dev *ndev, __u8 rf_protocol);
get_rfprotocol    175 net/nfc/nci/ntf.c 	if (ndev->ops->get_rfprotocol)
get_rfprotocol    176 net/nfc/nci/ntf.c 		return ndev->ops->get_rfprotocol(ndev, rf_protocol);