Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/nfc/
A Dcore.c425 if (dev->ops->check_presence && !dev->shutting_down) in nfc_activate_target()
466 if (dev->ops->check_presence) in nfc_deactivate_target()
511 if (dev->ops->check_presence) in nfc_data_exchange()
517 if (!rc && dev->ops->check_presence && !dev->shutting_down) in nfc_data_exchange()
992 rc = dev->ops->check_presence(dev, dev->active_target); in nfc_check_pres_work()
1091 if (ops->check_presence) { in nfc_allocate_device()
1174 if (dev->ops->check_presence) { in nfc_unregister_device()
/linux-6.3-rc2/net/sched/
A Dact_meta_skbprio.c47 .check_presence = skbprio_check,
A Dact_meta_mark.c47 .check_presence = skbmark_check,
A Dact_meta_skbtcindex.c47 .check_presence = skbtcindex_check,
A Dact_ife.c185 !mops->check_presence || !mops->encode || !mops->decode || in register_ife_op()
776 if (e->ops->check_presence) { in ife_get_sz()
777 run_sz = e->ops->check_presence(skb, e); in ife_get_sz()
/linux-6.3-rc2/include/net/tc_act/
A Dtc_ife.h41 int (*check_presence)(struct sk_buff *, struct tcf_meta_info *); member
/linux-6.3-rc2/include/net/nfc/
A Dhci.h40 int (*check_presence)(struct nfc_hci_dev *hdev, member
A Dnfc.h65 int (*check_presence)(struct nfc_dev *dev, struct nfc_target *target); member
/linux-6.3-rc2/net/nfc/hci/
A Dcore.c785 if (!hdev->ops->check_presence) in hci_check_presence()
788 return hdev->ops->check_presence(hdev, target); in hci_check_presence()
942 .check_presence = hci_check_presence,
/linux-6.3-rc2/Documentation/driver-api/nfc/
A Dnfc-hci.rst84 int (*check_presence)(struct nfc_hci_dev *hdev,
114 - check_presence() is an optional entry point that will be called regularly
/linux-6.3-rc2/drivers/nfc/microread/
A Dmicroread.c639 .check_presence = NULL,
/linux-6.3-rc2/drivers/nfc/st21nfca/
A Dcore.c928 .check_presence = st21nfca_hci_check_presence,
/linux-6.3-rc2/drivers/nfc/pn544/
A Dpn544.c895 .check_presence = pn544_hci_check_presence,

Completed in 24 milliseconds