Home
last modified time | relevance | path

Searched defs:nfc_dev (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/include/net/nfc/
Dnfc.h175 struct nfc_dev { struct
176 int idx;
177 u32 target_next_idx;
178 struct nfc_target *targets;
179 int n_targets;
180 int targets_generation;
181 struct device dev;
182 bool dev_up;
183 bool fw_download_in_progress;
184 u8 rf_mode;
[all …]
Ddigital.h202 struct nfc_dev *nfc_dev; member
Dnci_core.h208 struct nfc_dev *nfc_dev; member
/Linux-v4.19/net/nfc/hci/
Dcore.c578 static int hci_dev_up(struct nfc_dev *nfc_dev) in hci_dev_up()
624 static int hci_dev_down(struct nfc_dev *nfc_dev) in hci_dev_down()
638 static int hci_start_poll(struct nfc_dev *nfc_dev, in hci_start_poll()
651 static void hci_stop_poll(struct nfc_dev *nfc_dev) in hci_stop_poll()
662 static int hci_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, in hci_dep_link_up()
674 static int hci_dep_link_down(struct nfc_dev *nfc_dev) in hci_dep_link_down()
684 static int hci_activate_target(struct nfc_dev *nfc_dev, in hci_activate_target()
690 static void hci_deactivate_target(struct nfc_dev *nfc_dev, in hci_deactivate_target()
721 static int hci_transceive(struct nfc_dev *nfc_dev, struct nfc_target *target, in hci_transceive()
767 static int hci_tm_send(struct nfc_dev *nfc_dev, struct sk_buff *skb) in hci_tm_send()
[all …]
/Linux-v4.19/net/nfc/nci/
Dcore.c611 static int nci_dev_up(struct nfc_dev *nfc_dev) in nci_dev_up()
618 static int nci_dev_down(struct nfc_dev *nfc_dev) in nci_dev_down()
742 static int nci_set_local_general_bytes(struct nfc_dev *nfc_dev) in nci_set_local_general_bytes()
768 static int nci_set_listen_parameters(struct nfc_dev *nfc_dev) in nci_set_listen_parameters()
791 static int nci_start_poll(struct nfc_dev *nfc_dev, in nci_start_poll()
845 static void nci_stop_poll(struct nfc_dev *nfc_dev) in nci_stop_poll()
859 static int nci_activate_target(struct nfc_dev *nfc_dev, in nci_activate_target()
925 static void nci_deactivate_target(struct nfc_dev *nfc_dev, in nci_deactivate_target()
953 static int nci_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, in nci_dep_link_up()
974 static int nci_dep_link_down(struct nfc_dev *nfc_dev) in nci_dep_link_down()
[all …]
/Linux-v4.19/net/nfc/
Ddigital_core.c477 static int digital_start_poll(struct nfc_dev *nfc_dev, __u32 im_protocols, in digital_start_poll()
557 static void digital_stop_poll(struct nfc_dev *nfc_dev) in digital_stop_poll()
578 static int digital_dev_up(struct nfc_dev *nfc_dev) in digital_dev_up()
587 static int digital_dev_down(struct nfc_dev *nfc_dev) in digital_dev_down()
596 static int digital_dep_link_up(struct nfc_dev *nfc_dev, in digital_dep_link_up()
611 static int digital_dep_link_down(struct nfc_dev *nfc_dev) in digital_dep_link_down()
622 static int digital_activate_target(struct nfc_dev *nfc_dev, in digital_activate_target()
642 static void digital_deactivate_target(struct nfc_dev *nfc_dev, in digital_deactivate_target()
702 static int digital_in_send(struct nfc_dev *nfc_dev, struct nfc_target *target, in digital_in_send()
/Linux-v4.19/drivers/nfc/pn533/
Dpn533.c1346 static int pn533_poll_dep(struct nfc_dev *nfc_dev) in pn533_poll_dep()
1542 static int pn533_start_poll(struct nfc_dev *nfc_dev, in pn533_start_poll()
1592 static void pn533_stop_poll(struct nfc_dev *nfc_dev) in pn533_stop_poll()
1647 static int pn533_activate_target(struct nfc_dev *nfc_dev, in pn533_activate_target()
1719 static void pn533_deactivate_target(struct nfc_dev *nfc_dev, in pn533_deactivate_target()
1813 static int pn533_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, in pn533_dep_link_up()
1897 static int pn533_dep_link_down(struct nfc_dev *nfc_dev) in pn533_dep_link_down()
2114 static int pn533_transceive(struct nfc_dev *nfc_dev, in pn533_transceive()
2216 static int pn533_tm_send(struct nfc_dev *nfc_dev, struct sk_buff *skb) in pn533_tm_send()
2429 static int pn533_rf_field(struct nfc_dev *nfc_dev, u8 rf) in pn533_rf_field()
[all …]
Dpn533.h136 struct nfc_dev *nfc_dev; member