Searched defs:nfc_dev (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/include/net/nfc/ |
D | nfc.h | 163 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 …]
|
D | digital.h | 193 struct nfc_dev *nfc_dev; member
|
D | nci_core.h | 197 struct nfc_dev *nfc_dev; member
|
/Linux-v6.6/net/nfc/hci/ |
D | core.c | 579 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 …]
|
/Linux-v6.6/net/nfc/nci/ |
D | core.c | 628 static int nci_dev_up(struct nfc_dev *nfc_dev) in nci_dev_up() 635 static int nci_dev_down(struct nfc_dev *nfc_dev) in nci_dev_down() 760 static int nci_set_local_general_bytes(struct nfc_dev *nfc_dev) in nci_set_local_general_bytes() 786 static int nci_set_listen_parameters(struct nfc_dev *nfc_dev) in nci_set_listen_parameters() 809 static int nci_start_poll(struct nfc_dev *nfc_dev, in nci_start_poll() 863 static void nci_stop_poll(struct nfc_dev *nfc_dev) in nci_stop_poll() 878 static int nci_activate_target(struct nfc_dev *nfc_dev, in nci_activate_target() 948 static void nci_deactivate_target(struct nfc_dev *nfc_dev, in nci_deactivate_target() 974 static int nci_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, in nci_dep_link_up() 995 static int nci_dep_link_down(struct nfc_dev *nfc_dev) in nci_dep_link_down() [all …]
|
/Linux-v6.6/net/nfc/ |
D | digital_core.c | 476 static int digital_start_poll(struct nfc_dev *nfc_dev, __u32 im_protocols, in digital_start_poll() 556 static void digital_stop_poll(struct nfc_dev *nfc_dev) in digital_stop_poll() 577 static int digital_dev_up(struct nfc_dev *nfc_dev) in digital_dev_up() 586 static int digital_dev_down(struct nfc_dev *nfc_dev) in digital_dev_down() 595 static int digital_dep_link_up(struct nfc_dev *nfc_dev, in digital_dep_link_up() 610 static int digital_dep_link_down(struct nfc_dev *nfc_dev) in digital_dep_link_down() 621 static int digital_activate_target(struct nfc_dev *nfc_dev, in digital_activate_target() 641 static void digital_deactivate_target(struct nfc_dev *nfc_dev, in digital_deactivate_target() 701 static int digital_in_send(struct nfc_dev *nfc_dev, struct nfc_target *target, in digital_in_send()
|
/Linux-v6.6/drivers/nfc/pn533/ |
D | pn533.c | 1341 static int pn533_poll_dep(struct nfc_dev *nfc_dev) in pn533_poll_dep() 1628 static int pn533_start_poll(struct nfc_dev *nfc_dev, in pn533_start_poll() 1743 static void pn533_stop_poll(struct nfc_dev *nfc_dev) in pn533_stop_poll() 1796 static int pn533_activate_target(struct nfc_dev *nfc_dev, in pn533_activate_target() 1866 static void pn533_deactivate_target(struct nfc_dev *nfc_dev, in pn533_deactivate_target() 1960 static int pn533_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, in pn533_dep_link_up() 2042 static int pn533_dep_link_down(struct nfc_dev *nfc_dev) in pn533_dep_link_down() 2253 static int pn533_transceive(struct nfc_dev *nfc_dev, in pn533_transceive() 2352 static int pn533_tm_send(struct nfc_dev *nfc_dev, struct sk_buff *skb) in pn533_tm_send() 2556 static int pn533_rf_field(struct nfc_dev *nfc_dev, u8 rf) in pn533_rf_field() [all …]
|
D | pn533.h | 134 struct nfc_dev *nfc_dev; member
|
/Linux-v6.6/drivers/nfc/ |
D | virtual_ncidev.c | 175 const struct nfc_dev *nfc_dev = vdev->ndev->nfc_dev; in virtual_ncidev_ioctl() local
|