Searched refs:check_presence (Results 1 - 12 of 12) sorted by relevance

/linux-master/net/sched/
H A Dact_meta_skbtcindex.c47 .check_presence = skbtcindex_check,
H A Dact_meta_mark.c47 .check_presence = skbmark_check,
H A Dact_meta_skbprio.c47 .check_presence = skbprio_check,
H A Dact_ife.c185 !mops->check_presence || !mops->encode || !mops->decode ||
776 if (e->ops->check_presence) {
777 run_sz = e->ops->check_presence(skb, e);
/linux-master/include/net/tc_act/
H A Dtc_ife.h41 int (*check_presence)(struct sk_buff *, struct tcf_meta_info *); member in struct:tcf_meta_ops
/linux-master/net/nfc/
H A Dcore.c425 if (dev->ops->check_presence && !dev->shutting_down)
466 if (dev->ops->check_presence)
511 if (dev->ops->check_presence)
517 if (!rc && dev->ops->check_presence && !dev->shutting_down)
992 rc = dev->ops->check_presence(dev, dev->active_target);
1091 if (ops->check_presence) {
1174 if (dev->ops->check_presence) {
/linux-master/include/net/nfc/
H A Dhci.h40 int (*check_presence)(struct nfc_hci_dev *hdev, member in struct:nfc_hci_ops
H A Dnfc.h65 int (*check_presence)(struct nfc_dev *dev, struct nfc_target *target); member in struct:nfc_ops
/linux-master/net/nfc/hci/
H A Dcore.c785 if (!hdev->ops->check_presence)
788 return hdev->ops->check_presence(hdev, target);
942 .check_presence = hci_check_presence,
/linux-master/drivers/nfc/microread/
H A Dmicroread.c639 .check_presence = NULL,
/linux-master/drivers/nfc/pn544/
H A Dpn544.c895 .check_presence = pn544_hci_check_presence,
/linux-master/drivers/nfc/st21nfca/
H A Dcore.c928 .check_presence = st21nfca_hci_check_presence,

Completed in 293 milliseconds