Home
last modified time | relevance | path

Searched refs:check_presence (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/net/nfc/
Dcore.c436 if (dev->ops->check_presence && !dev->shutting_down) in nfc_activate_target()
476 if (dev->ops->check_presence) in nfc_deactivate_target()
521 if (dev->ops->check_presence) in nfc_data_exchange()
527 if (!rc && dev->ops->check_presence && !dev->shutting_down) in nfc_data_exchange()
999 rc = dev->ops->check_presence(dev, dev->active_target); in nfc_check_pres_work()
1096 if (ops->check_presence) { in nfc_allocate_device()
1167 if (dev->ops->check_presence) { in nfc_unregister_device()
/Linux-v4.19/net/sched/
Dact_meta_skbprio.c52 .check_presence = skbprio_check,
Dact_meta_skbtcindex.c52 .check_presence = skbtcindex_check,
Dact_meta_mark.c52 .check_presence = skbmark_check,
Dact_ife.c189 !mops->check_presence || !mops->encode || !mops->decode || in register_ife_op()
743 if (e->ops->check_presence) { in ife_get_sz()
744 run_sz = e->ops->check_presence(skb, e); in ife_get_sz()
/Linux-v4.19/include/net/tc_act/
Dtc_ife.h40 int (*check_presence)(struct sk_buff *, struct tcf_meta_info *); member
/Linux-v4.19/include/net/nfc/
Dhci.h52 int (*check_presence)(struct nfc_hci_dev *hdev, member
Dnfc.h77 int (*check_presence)(struct nfc_dev *dev, struct nfc_target *target); member
/Linux-v4.19/net/nfc/hci/
Dcore.c784 if (!hdev->ops->check_presence) in hci_check_presence()
787 return hdev->ops->check_presence(hdev, target); in hci_check_presence()
941 .check_presence = hci_check_presence,
/Linux-v4.19/Documentation/nfc/
Dnfc-hci.txt81 int (*check_presence)(struct nfc_hci_dev *hdev,
111 - check_presence() is an optional entry point that will be called regularly
/Linux-v4.19/drivers/nfc/microread/
Dmicroread.c652 .check_presence = NULL,
/Linux-v4.19/drivers/nfc/st21nfca/
Dcore.c940 .check_presence = st21nfca_hci_check_presence,
/Linux-v4.19/drivers/nfc/pn544/
Dpn544.c907 .check_presence = pn544_hci_check_presence,