Searched refs:dep_link_up (Results 1 - 12 of 12) sorted by path

/linux-master/drivers/nfc/microread/
H A Dmicroread.c633 .dep_link_up = microread_dep_link_up,
/linux-master/drivers/nfc/pn533/
H A Dpn533.c2631 .dep_link_up = pn533_dep_link_up,
/linux-master/drivers/nfc/pn544/
H A Dpn544.c889 .dep_link_up = pn544_hci_dep_link_up,
/linux-master/drivers/nfc/st21nfca/
H A Dcore.c922 .dep_link_up = st21nfca_hci_dep_link_up,
/linux-master/include/net/nfc/
H A Dhci.h29 int (*dep_link_up)(struct nfc_hci_dev *hdev, struct nfc_target *target, member in struct:nfc_hci_ops
H A Dnfc.h54 int (*dep_link_up)(struct nfc_dev *dev, struct nfc_target *target, member in struct:nfc_ops
175 bool dep_link_up; member in struct:nfc_dev
/linux-master/net/nfc/
H A Dcore.c289 if (!dev->ops->dep_link_up)
299 if (dev->dep_link_up == true) {
316 rc = dev->ops->dep_link_up(dev, target, comm_mode, gb, gb_len);
343 if (dev->dep_link_up == false) {
350 dev->dep_link_up = false;
366 dev->dep_link_up = true;
658 if (dev->dep_link_up == false) {
698 dev->dep_link_up = false;
H A Ddigital_core.c745 .dep_link_up = digital_dep_link_up,
H A Dllcp_sock.c696 if (dev->dep_link_up == false) {
H A Dnetlink.c674 dev->dep_link_up = true;
1107 if (dev->dep_link_up) {
1157 if (dev->dep_link_up == false) {
/linux-master/net/nfc/hci/
H A Dcore.c668 if (!hdev->ops->dep_link_up)
671 return hdev->ops->dep_link_up(hdev, target, comm_mode,
936 .dep_link_up = hci_dep_link_up,
/linux-master/net/nfc/nci/
H A Dcore.c1127 .dep_link_up = nci_dep_link_up,

Completed in 232 milliseconds