Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/nfc/
Dnfc.h174 struct nfc_dev { struct
175 int idx;
176 u32 target_next_idx;
177 struct nfc_target *targets;
178 int n_targets;
179 int targets_generation;
180 struct device dev;
181 bool dev_up;
182 bool fw_download_in_progress;
183 u8 rf_mode;
[all …]
Ddigital.h202 struct nfc_dev *nfc_dev; member
Dnci_core.h202 struct nfc_dev *nfc_dev; member
/linux-4.4.14/drivers/nfc/
Dnfcsim.c36 struct nfc_dev *nfc_dev; member
97 static int nfcsim_dev_up(struct nfc_dev *nfc_dev) in nfcsim_dev_up()
112 static int nfcsim_dev_down(struct nfc_dev *nfc_dev) in nfcsim_dev_down()
127 static int nfcsim_dep_link_up(struct nfc_dev *nfc_dev, in nfcsim_dep_link_up()
171 static int nfcsim_dep_link_down(struct nfc_dev *nfc_dev) in nfcsim_dep_link_down()
182 static int nfcsim_start_poll(struct nfc_dev *nfc_dev, in nfcsim_start_poll()
223 static void nfcsim_stop_poll(struct nfc_dev *nfc_dev) in nfcsim_stop_poll()
238 static int nfcsim_activate_target(struct nfc_dev *nfc_dev, in nfcsim_activate_target()
248 static void nfcsim_deactivate_target(struct nfc_dev *nfc_dev, in nfcsim_deactivate_target()
287 static int nfcsim_tx(struct nfc_dev *nfc_dev, struct nfc_target *target, in nfcsim_tx()
[all …]
Dpn533.c347 struct nfc_dev *nfc_dev; member
1912 static int pn533_poll_dep(struct nfc_dev *nfc_dev) in pn533_poll_dep()
2112 static int pn533_start_poll(struct nfc_dev *nfc_dev, in pn533_start_poll()
2162 static void pn533_stop_poll(struct nfc_dev *nfc_dev) in pn533_stop_poll()
2217 static int pn533_activate_target(struct nfc_dev *nfc_dev, in pn533_activate_target()
2265 static void pn533_deactivate_target(struct nfc_dev *nfc_dev, in pn533_deactivate_target()
2365 static int pn533_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, in pn533_dep_link_up()
2450 static int pn533_dep_link_down(struct nfc_dev *nfc_dev) in pn533_dep_link_down()
2622 static int pn533_transceive(struct nfc_dev *nfc_dev, in pn533_transceive()
2724 static int pn533_tm_send(struct nfc_dev *nfc_dev, struct sk_buff *skb) in pn533_tm_send()
[all …]
/linux-4.4.14/net/nfc/hci/
Dcore.c568 static int hci_dev_up(struct nfc_dev *nfc_dev) in hci_dev_up()
614 static int hci_dev_down(struct nfc_dev *nfc_dev) in hci_dev_down()
628 static int hci_start_poll(struct nfc_dev *nfc_dev, in hci_start_poll()
641 static void hci_stop_poll(struct nfc_dev *nfc_dev) in hci_stop_poll()
652 static int hci_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, in hci_dep_link_up()
664 static int hci_dep_link_down(struct nfc_dev *nfc_dev) in hci_dep_link_down()
674 static int hci_activate_target(struct nfc_dev *nfc_dev, in hci_activate_target()
680 static void hci_deactivate_target(struct nfc_dev *nfc_dev, in hci_deactivate_target()
711 static int hci_transceive(struct nfc_dev *nfc_dev, struct nfc_target *target, in hci_transceive()
757 static int hci_tm_send(struct nfc_dev *nfc_dev, struct sk_buff *skb) in hci_tm_send()
[all …]
/linux-4.4.14/net/nfc/nci/
Dcore.c527 static int nci_dev_up(struct nfc_dev *nfc_dev) in nci_dev_up()
534 static int nci_dev_down(struct nfc_dev *nfc_dev) in nci_dev_down()
654 static int nci_set_local_general_bytes(struct nfc_dev *nfc_dev) in nci_set_local_general_bytes()
680 static int nci_set_listen_parameters(struct nfc_dev *nfc_dev) in nci_set_listen_parameters()
703 static int nci_start_poll(struct nfc_dev *nfc_dev, in nci_start_poll()
757 static void nci_stop_poll(struct nfc_dev *nfc_dev) in nci_stop_poll()
771 static int nci_activate_target(struct nfc_dev *nfc_dev, in nci_activate_target()
837 static void nci_deactivate_target(struct nfc_dev *nfc_dev, in nci_deactivate_target()
865 static int nci_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, in nci_dep_link_up()
886 static int nci_dep_link_down(struct nfc_dev *nfc_dev) in nci_dep_link_down()
[all …]
/linux-4.4.14/net/nfc/
Ddigital_core.c470 static int digital_start_poll(struct nfc_dev *nfc_dev, __u32 im_protocols, in digital_start_poll()
550 static void digital_stop_poll(struct nfc_dev *nfc_dev) in digital_stop_poll()
571 static int digital_dev_up(struct nfc_dev *nfc_dev) in digital_dev_up()
580 static int digital_dev_down(struct nfc_dev *nfc_dev) in digital_dev_down()
589 static int digital_dep_link_up(struct nfc_dev *nfc_dev, in digital_dep_link_up()
604 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()
692 static int digital_in_send(struct nfc_dev *nfc_dev, struct nfc_target *target, in digital_in_send()