/kernel/linux/linux-5.10/include/net/nfc/ |
H A D | nfc.h | 46 struct nfc_target; 54 int (*dep_link_up)(struct nfc_dev *dev, struct nfc_target *target, 57 int (*activate_target)(struct nfc_dev *dev, struct nfc_target *target, 60 struct nfc_target *target, u8 mode); 61 int (*im_transceive)(struct nfc_dev *dev, struct nfc_target *target, 65 int (*check_presence)(struct nfc_dev *dev, struct nfc_target *target); 83 * struct nfc_target - NFC target descriptiom 90 struct nfc_target { struct 166 struct nfc_target *targets; 174 struct nfc_target *active_targe [all...] |
H A D | hci.h | 29 int (*dep_link_up)(struct nfc_hci_dev *hdev, struct nfc_target *target, 33 struct nfc_target *target); 35 struct nfc_target *target); 37 struct nfc_target *target, struct sk_buff *skb, 41 struct nfc_target *target);
|
/kernel/linux/linux-6.6/include/net/nfc/ |
H A D | nfc.h | 46 struct nfc_target; 54 int (*dep_link_up)(struct nfc_dev *dev, struct nfc_target *target, 57 int (*activate_target)(struct nfc_dev *dev, struct nfc_target *target, 60 struct nfc_target *target, u8 mode); 61 int (*im_transceive)(struct nfc_dev *dev, struct nfc_target *target, 65 int (*check_presence)(struct nfc_dev *dev, struct nfc_target *target); 83 * struct nfc_target - NFC target descriptiom 90 struct nfc_target { struct 166 struct nfc_target *targets; 174 struct nfc_target *active_targe [all...] |
H A D | hci.h | 29 int (*dep_link_up)(struct nfc_hci_dev *hdev, struct nfc_target *target, 33 struct nfc_target *target); 35 struct nfc_target *target); 37 struct nfc_target *target, struct sk_buff *skb, 41 struct nfc_target *target);
|
/kernel/linux/linux-5.10/net/nfc/ |
H A D | digital_technology.c | 165 struct nfc_target *target); 218 struct nfc_target *target = arg; in digital_in_recv_ats() 252 struct nfc_target *target) in digital_in_send_rats() 275 struct nfc_target *target = arg; in digital_in_recv_sel_res() 342 struct nfc_target *target, in digital_in_send_sel_req() 390 struct nfc_target *target = arg; in digital_in_recv_sdd_res() 443 struct nfc_target *target) in digital_in_send_sdd_req() 479 struct nfc_target *target = NULL; in digital_in_recv_sens_res() 493 target = kzalloc(sizeof(struct nfc_target), GFP_KERNEL); in digital_in_recv_sens_res() 578 struct nfc_target *targe in digital_in_recv_attrib_res() [all...] |
H A D | digital.h | 76 struct nfc_target *target, u8 protocol); 81 struct nfc_target *target, __u8 comm_mode, __u8 *gb, 84 struct nfc_target *target, struct sk_buff *skb,
|
H A D | core.c | 267 static struct nfc_target *nfc_find_target(struct nfc_dev *dev, u32 target_idx) in nfc_find_target() 284 struct nfc_target *target; in nfc_dep_link_up() 368 struct nfc_target *target; in nfc_dep_link_is_up() 396 struct nfc_target *target; in nfc_activate_target() 763 struct nfc_target *targets, int n_targets) in nfc_targets_found() 788 n_targets * sizeof(struct nfc_target), in nfc_targets_found() 821 struct nfc_target *tg; in nfc_target_lost() 845 (dev->n_targets - i) * sizeof(struct nfc_target)); in nfc_target_lost()
|
H A D | digital_core.c | 310 struct nfc_target *target, u8 protocol) in digital_target_found() 593 struct nfc_target *target, in digital_dep_link_up() 619 struct nfc_target *target, __u32 protocol) in digital_activate_target() 639 struct nfc_target *target, in digital_deactivate_target() 698 static int digital_in_send(struct nfc_dev *nfc_dev, struct nfc_target *target, in digital_in_send()
|
H A D | digital_dep.c | 298 struct nfc_target *target = arg; in digital_in_recv_psl_res() 360 struct nfc_target *target) in digital_in_send_psl_req() 402 struct nfc_target *target = arg; in digital_in_recv_atr_res() 472 struct nfc_target *target, __u8 comm_mode, __u8 *gb, in digital_in_send_atr_req() 905 struct nfc_target *target, struct sk_buff *skb, in digital_in_send_dep_req()
|
/kernel/linux/linux-6.6/net/nfc/ |
H A D | digital_technology.c | 165 struct nfc_target *target); 218 struct nfc_target *target = arg; in digital_in_recv_ats() 252 struct nfc_target *target) in digital_in_send_rats() 275 struct nfc_target *target = arg; in digital_in_recv_sel_res() 342 struct nfc_target *target, in digital_in_send_sel_req() 390 struct nfc_target *target = arg; in digital_in_recv_sdd_res() 443 struct nfc_target *target) in digital_in_send_sdd_req() 479 struct nfc_target *target = NULL; in digital_in_recv_sens_res() 493 target = kzalloc(sizeof(struct nfc_target), GFP_KERNEL); in digital_in_recv_sens_res() 578 struct nfc_target *targe in digital_in_recv_attrib_res() [all...] |
H A D | digital.h | 76 struct nfc_target *target, u8 protocol); 81 struct nfc_target *target, __u8 comm_mode, __u8 *gb, 84 struct nfc_target *target, struct sk_buff *skb,
|
H A D | core.c | 268 static struct nfc_target *nfc_find_target(struct nfc_dev *dev, u32 target_idx) in nfc_find_target() 285 struct nfc_target *target; in nfc_dep_link_up() 369 struct nfc_target *target; in nfc_dep_link_is_up() 397 struct nfc_target *target; in nfc_activate_target() 769 struct nfc_target *targets, int n_targets) in nfc_targets_found() 794 n_targets * sizeof(struct nfc_target), in nfc_targets_found() 827 const struct nfc_target *tg; in nfc_target_lost() 851 (dev->n_targets - i) * sizeof(struct nfc_target)); in nfc_target_lost()
|
H A D | digital_core.c | 310 struct nfc_target *target, u8 protocol) in digital_target_found() 596 struct nfc_target *target, in digital_dep_link_up() 622 struct nfc_target *target, __u32 protocol) in digital_activate_target() 642 struct nfc_target *target, in digital_deactivate_target() 701 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/ |
H A D | pn533.c | 715 static int pn533_target_found_type_a(struct nfc_target *nfc_tgt, u8 *tgt_data, in pn533_target_found_type_a() 773 static int pn533_target_found_felica(struct nfc_target *nfc_tgt, u8 *tgt_data, in pn533_target_found_felica() 825 static int pn533_target_found_jewel(struct nfc_target *nfc_tgt, u8 *tgt_data, in pn533_target_found_jewel() 884 static int pn533_target_found_type_b(struct nfc_target *nfc_tgt, u8 *tgt_data, in pn533_target_found_type_b() 903 struct nfc_target nfc_tgt; in pn533_target_found() 912 memset(&nfc_tgt, 0, sizeof(struct nfc_target)); in pn533_target_found() 1315 struct nfc_target nfc_target; in pn533_poll_dep_complete() local 1322 memset(&nfc_target, 0, sizeof(struct nfc_target)); in pn533_poll_dep_complete() 1961 struct nfc_target nfc_target; pn533_in_dep_link_up_complete() local [all...] |
/kernel/linux/linux-6.6/drivers/nfc/pn533/ |
H A D | pn533.c | 707 static int pn533_target_found_type_a(struct nfc_target *nfc_tgt, u8 *tgt_data, in pn533_target_found_type_a() 765 static int pn533_target_found_felica(struct nfc_target *nfc_tgt, u8 *tgt_data, in pn533_target_found_felica() 817 static int pn533_target_found_jewel(struct nfc_target *nfc_tgt, u8 *tgt_data, in pn533_target_found_jewel() 876 static int pn533_target_found_type_b(struct nfc_target *nfc_tgt, u8 *tgt_data, in pn533_target_found_type_b() 895 struct nfc_target nfc_tgt; in pn533_target_found() 904 memset(&nfc_tgt, 0, sizeof(struct nfc_target)); in pn533_target_found() 1291 struct nfc_target nfc_target; in pn533_poll_dep_complete() local 1298 memset(&nfc_target, 0, sizeof(struct nfc_target)); in pn533_poll_dep_complete() 1927 struct nfc_target nfc_target; pn533_in_dep_link_up_complete() local [all...] |
/kernel/linux/linux-5.10/drivers/nfc/microread/ |
H A D | microread.c | 302 struct nfc_target *target, u8 comm_mode, in microread_dep_link_up() 336 struct nfc_target *target) in microread_target_from_gate() 351 struct nfc_target *target) in microread_complete_target_discovered() 400 struct nfc_target *target, in microread_im_transceive() 473 struct nfc_target *targets; in microread_target_discovered() 478 targets = kzalloc(sizeof(struct nfc_target), GFP_KERNEL); in microread_target_discovered()
|
/kernel/linux/linux-6.6/drivers/nfc/microread/ |
H A D | microread.c | 301 struct nfc_target *target, u8 comm_mode, in microread_dep_link_up() 335 struct nfc_target *target) in microread_target_from_gate() 350 struct nfc_target *target) in microread_complete_target_discovered() 398 struct nfc_target *target, in microread_im_transceive() 471 struct nfc_target *targets; in microread_target_discovered() 476 targets = kzalloc(sizeof(struct nfc_target), GFP_KERNEL); in microread_target_discovered()
|
/kernel/linux/linux-5.10/net/nfc/hci/ |
H A D | core.c | 286 struct nfc_target *targets; in nfc_hci_target_discovered() 294 targets = kzalloc(sizeof(struct nfc_target), GFP_KERNEL); in nfc_hci_target_discovered() 663 static int hci_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, in hci_dep_link_up() 686 struct nfc_target *target, u32 protocol) in hci_activate_target() 692 struct nfc_target *target, in hci_deactivate_target() 722 static int hci_transceive(struct nfc_dev *nfc_dev, struct nfc_target *target, in hci_transceive() 781 struct nfc_target *target) in hci_check_presence()
|
/kernel/linux/linux-6.6/net/nfc/hci/ |
H A D | core.c | 286 struct nfc_target *targets; in nfc_hci_target_discovered() 294 targets = kzalloc(sizeof(struct nfc_target), GFP_KERNEL); in nfc_hci_target_discovered() 663 static int hci_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, in hci_dep_link_up() 686 struct nfc_target *target, u32 protocol) in hci_activate_target() 692 struct nfc_target *target, in hci_deactivate_target() 722 static int hci_transceive(struct nfc_dev *nfc_dev, struct nfc_target *target, in hci_transceive() 781 struct nfc_target *target) in hci_check_presence()
|
/kernel/linux/linux-5.10/drivers/nfc/st21nfca/ |
H A D | core.c | 570 struct nfc_target *target) in st21nfca_get_iso15693_inventory() 598 struct nfc_target *target, u8 comm_mode, in st21nfca_hci_dep_link_up() 618 struct nfc_target *target) in st21nfca_hci_target_from_gate() 673 struct nfc_target *target) in st21nfca_hci_complete_target_discovered() 761 struct nfc_target *target, in st21nfca_hci_im_transceive() 808 struct nfc_target *target) in st21nfca_hci_check_presence()
|
/kernel/linux/linux-6.6/drivers/nfc/st21nfca/ |
H A D | core.c | 569 struct nfc_target *target) in st21nfca_get_iso15693_inventory() 597 struct nfc_target *target, u8 comm_mode, in st21nfca_hci_dep_link_up() 617 struct nfc_target *target) in st21nfca_hci_target_from_gate() 672 struct nfc_target *target) in st21nfca_hci_complete_target_discovered() 760 struct nfc_target *target, in st21nfca_hci_im_transceive() 807 struct nfc_target *target) in st21nfca_hci_check_presence()
|
/kernel/linux/linux-5.10/net/nfc/nci/ |
H A D | ntf.c | 181 struct nfc_target *target, in nci_add_new_protocol() 268 struct nfc_target *target; in nci_add_new_target() 305 (sizeof(struct nfc_target)*NCI_MAX_DISCOVERED_TARGETS)); in nci_clear_target_list() 448 struct nfc_target *target; in nci_target_auto_activated()
|
/kernel/linux/linux-6.6/net/nfc/nci/ |
H A D | ntf.c | 203 struct nfc_target *target, in nci_add_new_protocol() 290 struct nfc_target *target; in nci_add_new_target() 327 (sizeof(struct nfc_target)*NCI_MAX_DISCOVERED_TARGETS)); in nci_clear_target_list() 472 struct nfc_target *target; in nci_target_auto_activated()
|
/kernel/linux/linux-5.10/drivers/nfc/pn544/ |
H A D | pn544.c | 445 struct nfc_target *target, u8 comm_mode, in pn544_hci_dep_link_up() 482 struct nfc_target *target) in pn544_hci_target_from_gate() 504 struct nfc_target *target) in pn544_hci_complete_target_discovered() 604 struct nfc_target *target, in pn544_hci_im_transceive() 683 struct nfc_target *target) in pn544_hci_check_presence()
|
/kernel/linux/linux-6.6/drivers/nfc/pn544/ |
H A D | pn544.c | 444 struct nfc_target *target, u8 comm_mode, in pn544_hci_dep_link_up() 481 struct nfc_target *target) in pn544_hci_target_from_gate() 503 struct nfc_target *target) in pn544_hci_complete_target_discovered() 603 struct nfc_target *target, in pn544_hci_im_transceive() 682 struct nfc_target *target) in pn544_hci_check_presence()
|