Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.h197 struct nfc_dev *nfc_dev; member
/kernel/linux/linux-5.10/net/nfc/hci/
Dcore.c579 static int hci_dev_up(struct nfc_dev *nfc_dev) in hci_dev_up()
625 static int hci_dev_down(struct nfc_dev *nfc_dev) in hci_dev_down()
639 static int hci_start_poll(struct nfc_dev *nfc_dev, in hci_start_poll()
652 static void hci_stop_poll(struct nfc_dev *nfc_dev) in hci_stop_poll()
663 static int hci_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, in hci_dep_link_up()
675 static int hci_dep_link_down(struct nfc_dev *nfc_dev) in hci_dep_link_down()
685 static int hci_activate_target(struct nfc_dev *nfc_dev, in hci_activate_target()
691 static void hci_deactivate_target(struct nfc_dev *nfc_dev, in hci_deactivate_target()
722 static int hci_transceive(struct nfc_dev *nfc_dev, struct nfc_target *target, in hci_transceive()
768 static int hci_tm_send(struct nfc_dev *nfc_dev, struct sk_buff *skb) in hci_tm_send()
[all …]
/kernel/linux/linux-5.10/net/nfc/nci/
Dcore.c615 static int nci_dev_up(struct nfc_dev *nfc_dev) in nci_dev_up()
622 static int nci_dev_down(struct nfc_dev *nfc_dev) in nci_dev_down()
746 static int nci_set_local_general_bytes(struct nfc_dev *nfc_dev) in nci_set_local_general_bytes()
772 static int nci_set_listen_parameters(struct nfc_dev *nfc_dev) in nci_set_listen_parameters()
795 static int nci_start_poll(struct nfc_dev *nfc_dev, in nci_start_poll()
849 static void nci_stop_poll(struct nfc_dev *nfc_dev) in nci_stop_poll()
863 static int nci_activate_target(struct nfc_dev *nfc_dev, in nci_activate_target()
929 static void nci_deactivate_target(struct nfc_dev *nfc_dev, in nci_deactivate_target()
957 static int nci_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, in nci_dep_link_up()
978 static int nci_dep_link_down(struct nfc_dev *nfc_dev) in nci_dep_link_down()
[all …]
/kernel/linux/linux-5.10/net/nfc/
Ddigital_core.c473 static int digital_start_poll(struct nfc_dev *nfc_dev, __u32 im_protocols, in digital_start_poll()
553 static void digital_stop_poll(struct nfc_dev *nfc_dev) in digital_stop_poll()
574 static int digital_dev_up(struct nfc_dev *nfc_dev) in digital_dev_up()
583 static int digital_dev_down(struct nfc_dev *nfc_dev) in digital_dev_down()
592 static int digital_dep_link_up(struct nfc_dev *nfc_dev, in digital_dep_link_up()
607 static int digital_dep_link_down(struct nfc_dev *nfc_dev) in digital_dep_link_down()
618 static int digital_activate_target(struct nfc_dev *nfc_dev, in digital_activate_target()
638 static void digital_deactivate_target(struct nfc_dev *nfc_dev, in digital_deactivate_target()
698 static int digital_in_send(struct nfc_dev *nfc_dev, struct nfc_target *target, in digital_in_send()
/kernel/linux/linux-5.10/drivers/nfc/pn533/
Dpn533.c1365 static int pn533_poll_dep(struct nfc_dev *nfc_dev) in pn533_poll_dep()
1656 static int pn533_start_poll(struct nfc_dev *nfc_dev, in pn533_start_poll()
1771 static void pn533_stop_poll(struct nfc_dev *nfc_dev) in pn533_stop_poll()
1826 static int pn533_activate_target(struct nfc_dev *nfc_dev, in pn533_activate_target()
1898 static void pn533_deactivate_target(struct nfc_dev *nfc_dev, in pn533_deactivate_target()
1994 static int pn533_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, in pn533_dep_link_up()
2078 static int pn533_dep_link_down(struct nfc_dev *nfc_dev) in pn533_dep_link_down()
2295 static int pn533_transceive(struct nfc_dev *nfc_dev, in pn533_transceive()
2398 static int pn533_tm_send(struct nfc_dev *nfc_dev, struct sk_buff *skb) in pn533_tm_send()
2612 static int pn533_rf_field(struct nfc_dev *nfc_dev, u8 rf) in pn533_rf_field()
[all …]
Dpn533.h134 struct nfc_dev *nfc_dev; member