Home
last modified time | relevance | path

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

/linux/net/nfc/
A Dcore.c289 if (!dev->ops->dep_link_up) in nfc_dep_link_up()
299 if (dev->dep_link_up == true) { in nfc_dep_link_up()
316 rc = dev->ops->dep_link_up(dev, target, comm_mode, gb, gb_len); in nfc_dep_link_up()
343 if (dev->dep_link_up == false) { in nfc_dep_link_down()
350 dev->dep_link_up = false; in nfc_dep_link_down()
366 dev->dep_link_up = true; in nfc_dep_link_is_up()
658 if (dev->dep_link_up == false) { in nfc_tm_data_received()
698 dev->dep_link_up = false; in nfc_tm_deactivated()
A Dnetlink.c674 dev->dep_link_up = true; in nfc_genl_dep_link_up_event()
1106 if (dev->dep_link_up) { in nfc_genl_llc_set_params()
1153 if (dev->dep_link_up == false) { in nfc_genl_llc_sdreq()
A Ddigital_core.c745 .dep_link_up = digital_dep_link_up,
A Dllcp_sock.c698 if (dev->dep_link_up == false) { in llcp_sock_connect()
/linux/include/net/nfc/
A Dnfc.h54 int (*dep_link_up)(struct nfc_dev *dev, struct nfc_target *target, member
175 bool dep_link_up; member
A Dhci.h29 int (*dep_link_up)(struct nfc_hci_dev *hdev, struct nfc_target *target, member
/linux/net/nfc/hci/
A Dcore.c668 if (!hdev->ops->dep_link_up) in hci_dep_link_up()
671 return hdev->ops->dep_link_up(hdev, target, comm_mode, in hci_dep_link_up()
936 .dep_link_up = hci_dep_link_up,
/linux/Documentation/driver-api/nfc/
A Dnfc-hci.rst73 int (*dep_link_up)(struct nfc_hci_dev *hdev, struct nfc_target *target,
98 - dep_link_up() is called after a p2p target has been detected, to finish
/linux/drivers/nfc/microread/
A Dmicroread.c633 .dep_link_up = microread_dep_link_up,
/linux/drivers/nfc/pn544/
A Dpn544.c889 .dep_link_up = pn544_hci_dep_link_up,
/linux/drivers/nfc/st21nfca/
A Dcore.c922 .dep_link_up = st21nfca_hci_dep_link_up,
/linux/net/nfc/nci/
A Dcore.c1117 .dep_link_up = nci_dep_link_up,
/linux/drivers/nfc/pn533/
A Dpn533.c2627 .dep_link_up = pn533_dep_link_up,

Completed in 32 milliseconds