check_presence    641 drivers/nfc/microread/microread.c 	.check_presence = NULL,
check_presence    896 drivers/nfc/pn544/pn544.c 	.check_presence = pn544_hci_check_presence,
check_presence    930 drivers/nfc/st21nfca/core.c 	.check_presence = st21nfca_hci_check_presence,
check_presence     40 include/net/nfc/hci.h 	int (*check_presence)(struct nfc_hci_dev *hdev,
check_presence     65 include/net/nfc/nfc.h 	int (*check_presence)(struct nfc_dev *dev, struct nfc_target *target);
check_presence     41 include/net/tc_act/tc_ife.h 	int	(*check_presence)(struct sk_buff *, struct tcf_meta_info *);
check_presence    424 net/nfc/core.c 		if (dev->ops->check_presence && !dev->shutting_down)
check_presence    464 net/nfc/core.c 	if (dev->ops->check_presence)
check_presence    509 net/nfc/core.c 		if (dev->ops->check_presence)
check_presence    515 net/nfc/core.c 		if (!rc && dev->ops->check_presence && !dev->shutting_down)
check_presence    987 net/nfc/core.c 		rc = dev->ops->check_presence(dev, dev->active_target);
check_presence   1084 net/nfc/core.c 	if (ops->check_presence) {
check_presence   1155 net/nfc/core.c 	if (dev->ops->check_presence) {
check_presence    785 net/nfc/hci/core.c 	if (!hdev->ops->check_presence)
check_presence    788 net/nfc/hci/core.c 	return hdev->ops->check_presence(hdev, target);
check_presence    942 net/nfc/hci/core.c 	.check_presence = hci_check_presence,
check_presence    185 net/sched/act_ife.c 	    !mops->check_presence || !mops->encode || !mops->decode ||
check_presence    753 net/sched/act_ife.c 		if (e->ops->check_presence) {
check_presence    754 net/sched/act_ife.c 			run_sz = e->ops->check_presence(skb, e);
check_presence     47 net/sched/act_meta_mark.c 	.check_presence = skbmark_check,
check_presence     47 net/sched/act_meta_skbprio.c 	.check_presence = skbprio_check,
check_presence     47 net/sched/act_meta_skbtcindex.c 	.check_presence = skbtcindex_check,