Searched refs:check_presence (Results 1 – 13 of 13) sorted by relevance
/linux/net/nfc/ |
A D | core.c | 425 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() 1171 if (dev->ops->check_presence) { in nfc_unregister_device()
|
/linux/net/sched/ |
A D | act_meta_skbprio.c | 47 .check_presence = skbprio_check,
|
A D | act_meta_mark.c | 47 .check_presence = skbmark_check,
|
A D | act_meta_skbtcindex.c | 47 .check_presence = skbtcindex_check,
|
A D | act_ife.c | 185 !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/include/net/tc_act/ |
A D | tc_ife.h | 41 int (*check_presence)(struct sk_buff *, struct tcf_meta_info *); member
|
/linux/net/nfc/hci/ |
A D | core.c | 785 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/include/net/nfc/ |
A D | hci.h | 40 int (*check_presence)(struct nfc_hci_dev *hdev, member
|
A D | nfc.h | 65 int (*check_presence)(struct nfc_dev *dev, struct nfc_target *target); member
|
/linux/Documentation/driver-api/nfc/ |
A D | nfc-hci.rst | 84 int (*check_presence)(struct nfc_hci_dev *hdev, 114 - check_presence() is an optional entry point that will be called regularly
|
/linux/drivers/nfc/microread/ |
A D | microread.c | 639 .check_presence = NULL,
|
/linux/drivers/nfc/pn544/ |
A D | pn544.c | 895 .check_presence = pn544_hci_check_presence,
|
/linux/drivers/nfc/st21nfca/ |
A D | core.c | 928 .check_presence = st21nfca_hci_check_presence,
|
Completed in 25 milliseconds