Home
last modified time | relevance | path

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

/linux/net/nfc/
H 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()
H A Ddigital_core.c745 .dep_link_up = digital_dep_link_up,
H A Dllcp_sock.c696 if (dev->dep_link_up == false) { in llcp_sock_connect()
/linux/include/net/nfc/
H A Dnfc.h54 int (*dep_link_up)(struct nfc_dev *dev, struct nfc_target *target, member
179 bool dep_link_up; member
H A Dhci.h29 int (*dep_link_up)(struct nfc_hci_dev *hdev, struct nfc_target *target, member
/linux/net/nfc/hci/
H 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/
H 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/
H A Dmicroread.c633 .dep_link_up = microread_dep_link_up,
/linux/drivers/nfc/st21nfca/
H A Dcore.c922 .dep_link_up = st21nfca_hci_dep_link_up,
/linux/drivers/nfc/pn544/
H A Dpn544.c889 .dep_link_up = pn544_hci_dep_link_up,
/linux/drivers/nfc/pn533/
H A Dpn533.c2636 .dep_link_up = pn533_dep_link_up,