Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/nfc/
Dnfc.h163 struct nfc_dev { struct
164 int idx;
165 u32 target_next_idx;
166 struct nfc_target *targets;
167 int n_targets;
168 int targets_generation;
169 struct device dev;
170 bool dev_up;
171 bool fw_download_in_progress;
172 u8 rf_mode;
[all …]
Ddigital.h193 struct nfc_dev *nfc_dev; member
Dnci_core.h196 struct nfc_dev *nfc_dev; member
/Linux-v5.4/net/nfc/hci/
Dcore.c566 static int hci_dev_up(struct nfc_dev *nfc_dev) in hci_dev_up()
612 static int hci_dev_down(struct nfc_dev *nfc_dev) in hci_dev_down()
626 static int hci_start_poll(struct nfc_dev *nfc_dev, in hci_start_poll()
639 static void hci_stop_poll(struct nfc_dev *nfc_dev) in hci_stop_poll()
650 static int hci_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, in hci_dep_link_up()
662 static int hci_dep_link_down(struct nfc_dev *nfc_dev) in hci_dep_link_down()
672 static int hci_activate_target(struct nfc_dev *nfc_dev, in hci_activate_target()
678 static void hci_deactivate_target(struct nfc_dev *nfc_dev, in hci_deactivate_target()
709 static int hci_transceive(struct nfc_dev *nfc_dev, struct nfc_target *target, in hci_transceive()
755 static int hci_tm_send(struct nfc_dev *nfc_dev, struct sk_buff *skb) in hci_tm_send()
[all …]
/Linux-v5.4/net/nfc/nci/
Dcore.c599 static int nci_dev_up(struct nfc_dev *nfc_dev) in nci_dev_up()
606 static int nci_dev_down(struct nfc_dev *nfc_dev) in nci_dev_down()
730 static int nci_set_local_general_bytes(struct nfc_dev *nfc_dev) in nci_set_local_general_bytes()
756 static int nci_set_listen_parameters(struct nfc_dev *nfc_dev) in nci_set_listen_parameters()
779 static int nci_start_poll(struct nfc_dev *nfc_dev, in nci_start_poll()
833 static void nci_stop_poll(struct nfc_dev *nfc_dev) in nci_stop_poll()
847 static int nci_activate_target(struct nfc_dev *nfc_dev, in nci_activate_target()
913 static void nci_deactivate_target(struct nfc_dev *nfc_dev, in nci_deactivate_target()
941 static int nci_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, in nci_dep_link_up()
962 static int nci_dep_link_down(struct nfc_dev *nfc_dev) in nci_dep_link_down()
[all …]
/Linux-v5.4/net/nfc/
Ddigital_core.c468 static int digital_start_poll(struct nfc_dev *nfc_dev, __u32 im_protocols, in digital_start_poll()
548 static void digital_stop_poll(struct nfc_dev *nfc_dev) in digital_stop_poll()
569 static int digital_dev_up(struct nfc_dev *nfc_dev) in digital_dev_up()
578 static int digital_dev_down(struct nfc_dev *nfc_dev) in digital_dev_down()
587 static int digital_dep_link_up(struct nfc_dev *nfc_dev, in digital_dep_link_up()
602 static int digital_dep_link_down(struct nfc_dev *nfc_dev) in digital_dep_link_down()
613 static int digital_activate_target(struct nfc_dev *nfc_dev, in digital_activate_target()
633 static void digital_deactivate_target(struct nfc_dev *nfc_dev, in digital_deactivate_target()
693 static int digital_in_send(struct nfc_dev *nfc_dev, struct nfc_target *target, in digital_in_send()
/Linux-v5.4/drivers/nfc/pn533/
Dpn533.c1334 static int pn533_poll_dep(struct nfc_dev *nfc_dev) in pn533_poll_dep()
1530 static int pn533_start_poll(struct nfc_dev *nfc_dev, in pn533_start_poll()
1580 static void pn533_stop_poll(struct nfc_dev *nfc_dev) in pn533_stop_poll()
1635 static int pn533_activate_target(struct nfc_dev *nfc_dev, in pn533_activate_target()
1707 static void pn533_deactivate_target(struct nfc_dev *nfc_dev, in pn533_deactivate_target()
1801 static int pn533_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, in pn533_dep_link_up()
1885 static int pn533_dep_link_down(struct nfc_dev *nfc_dev) in pn533_dep_link_down()
2102 static int pn533_transceive(struct nfc_dev *nfc_dev, in pn533_transceive()
2205 static int pn533_tm_send(struct nfc_dev *nfc_dev, struct sk_buff *skb) in pn533_tm_send()
2419 static int pn533_rf_field(struct nfc_dev *nfc_dev, u8 rf) in pn533_rf_field()
[all …]
Dpn533.h124 struct nfc_dev *nfc_dev; member