Searched defs:nfc_dev (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/include/net/nfc/ |
D | nfc.h | 168 struct nfc_dev { struct 169 int idx; 170 u32 target_next_idx; 171 struct nfc_target *targets; 172 int n_targets; 173 int targets_generation; 174 struct device dev; 198 #define to_nfc_dev(_dev) container_of(_dev, struct nfc_dev, dev) argument 227 static inline void nfc_set_parent_dev(struct nfc_dev *nfc_dev, in nfc_set_parent_dev()
|
D | digital.h | 202 struct nfc_dev *nfc_dev; member
|
D | nci_core.h | 184 struct nfc_dev *nfc_dev; member
|
/linux-4.1.27/drivers/nfc/ |
D | nfcsim.c | 36 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 …]
|
D | pn533.c | 347 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.1.27/net/nfc/hci/ |
D | core.c | 568 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() 710 static int hci_transceive(struct nfc_dev *nfc_dev, struct nfc_target *target, in hci_transceive() 756 static int hci_tm_send(struct nfc_dev *nfc_dev, struct sk_buff *skb) in hci_tm_send() [all …]
|
/linux-4.1.27/net/nfc/nci/ |
D | core.c | 447 static int nci_dev_up(struct nfc_dev *nfc_dev) in nci_dev_up() 454 static int nci_dev_down(struct nfc_dev *nfc_dev) in nci_dev_down() 566 static int nci_set_local_general_bytes(struct nfc_dev *nfc_dev) in nci_set_local_general_bytes() 592 static int nci_set_listen_parameters(struct nfc_dev *nfc_dev) in nci_set_listen_parameters() 615 static int nci_start_poll(struct nfc_dev *nfc_dev, in nci_start_poll() 669 static void nci_stop_poll(struct nfc_dev *nfc_dev) in nci_stop_poll() 683 static int nci_activate_target(struct nfc_dev *nfc_dev, in nci_activate_target() 749 static void nci_deactivate_target(struct nfc_dev *nfc_dev, in nci_deactivate_target() 770 static int nci_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, in nci_dep_link_up() 791 static int nci_dep_link_down(struct nfc_dev *nfc_dev) in nci_dep_link_down() [all …]
|
/linux-4.1.27/net/nfc/ |
D | digital_core.c | 470 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() 691 static int digital_in_send(struct nfc_dev *nfc_dev, struct nfc_target *target, in digital_in_send()
|