Searched refs:dep_link_up (Results 1 – 13 of 13) sorted by relevance
/linux/net/nfc/ |
A D | core.c | 289 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 D | netlink.c | 674 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 D | digital_core.c | 745 .dep_link_up = digital_dep_link_up,
|
A D | llcp_sock.c | 698 if (dev->dep_link_up == false) { in llcp_sock_connect()
|
/linux/include/net/nfc/ |
A D | nfc.h | 54 int (*dep_link_up)(struct nfc_dev *dev, struct nfc_target *target, member 175 bool dep_link_up; member
|
A D | hci.h | 29 int (*dep_link_up)(struct nfc_hci_dev *hdev, struct nfc_target *target, member
|
/linux/net/nfc/hci/ |
A D | core.c | 668 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 D | nfc-hci.rst | 73 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 D | microread.c | 633 .dep_link_up = microread_dep_link_up,
|
/linux/drivers/nfc/pn544/ |
A D | pn544.c | 889 .dep_link_up = pn544_hci_dep_link_up,
|
/linux/drivers/nfc/st21nfca/ |
A D | core.c | 922 .dep_link_up = st21nfca_hci_dep_link_up,
|
/linux/net/nfc/nci/ |
A D | core.c | 1117 .dep_link_up = nci_dep_link_up,
|
/linux/drivers/nfc/pn533/ |
A D | pn533.c | 2627 .dep_link_up = pn533_dep_link_up,
|
Completed in 32 milliseconds