Searched refs:dep_link_up (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/net/nfc/ |
D | core.c | 300 if (!dev->ops->dep_link_up) in nfc_dep_link_up() 310 if (dev->dep_link_up == true) { in nfc_dep_link_up() 327 rc = dev->ops->dep_link_up(dev, target, comm_mode, gb, gb_len); in nfc_dep_link_up() 354 if (dev->dep_link_up == false) { in nfc_dep_link_down() 361 dev->dep_link_up = false; in nfc_dep_link_down() 377 dev->dep_link_up = true; in nfc_dep_link_is_up() 668 if (dev->dep_link_up == false) { in nfc_tm_data_received() 708 dev->dep_link_up = false; in nfc_tm_deactivated()
|
D | netlink.c | 664 dev->dep_link_up = true; in nfc_genl_dep_link_up_event() 1070 if (dev->dep_link_up) { in nfc_genl_llc_set_params() 1117 if (dev->dep_link_up == false) { in nfc_genl_llc_sdreq()
|
D | digital_core.c | 738 .dep_link_up = digital_dep_link_up,
|
D | llcp_sock.c | 688 if (dev->dep_link_up == false) { in llcp_sock_connect()
|
/linux-4.4.14/include/net/nfc/ |
D | nfc.h | 65 int (*dep_link_up)(struct nfc_dev *dev, struct nfc_target *target, member 186 bool dep_link_up; member
|
D | hci.h | 41 int (*dep_link_up)(struct nfc_hci_dev *hdev, struct nfc_target *target, member
|
/linux-4.4.14/net/nfc/hci/ |
D | core.c | 657 if (!hdev->ops->dep_link_up) in hci_dep_link_up() 660 return hdev->ops->dep_link_up(hdev, target, comm_mode, in hci_dep_link_up() 925 .dep_link_up = hci_dep_link_up,
|
/linux-4.4.14/drivers/nfc/ |
D | nfcsim.c | 352 .dep_link_up = nfcsim_dep_link_up,
|
D | pn533.c | 3032 .dep_link_up = pn533_dep_link_up,
|
/linux-4.4.14/Documentation/nfc/ |
D | nfc-hci.txt | 70 int (*dep_link_up)(struct nfc_hci_dev *hdev, struct nfc_target *target, 95 - dep_link_up() is called after a p2p target has been detected, to finish
|
/linux-4.4.14/drivers/nfc/microread/ |
D | microread.c | 646 .dep_link_up = microread_dep_link_up,
|
/linux-4.4.14/drivers/nfc/pn544/ |
D | pn544.c | 901 .dep_link_up = pn544_hci_dep_link_up,
|
/linux-4.4.14/drivers/nfc/st21nfca/ |
D | core.c | 941 .dep_link_up = st21nfca_hci_dep_link_up,
|
/linux-4.4.14/net/nfc/nci/ |
D | core.c | 1020 .dep_link_up = nci_dep_link_up,
|