Home
last modified time | relevance | path

Searched refs:tgt_data (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/nfc/pn533/
Dpn533.c712 static int pn533_target_found_type_a(struct nfc_target *nfc_tgt, u8 *tgt_data, in pn533_target_found_type_a() argument
717 tgt_type_a = (struct pn533_target_type_a *)tgt_data; in pn533_target_found_type_a()
770 static int pn533_target_found_felica(struct nfc_target *nfc_tgt, u8 *tgt_data, in pn533_target_found_felica() argument
775 tgt_felica = (struct pn533_target_felica *)tgt_data; in pn533_target_found_felica()
822 static int pn533_target_found_jewel(struct nfc_target *nfc_tgt, u8 *tgt_data, in pn533_target_found_jewel() argument
827 tgt_jewel = (struct pn533_target_jewel *)tgt_data; in pn533_target_found_jewel()
881 static int pn533_target_found_type_b(struct nfc_target *nfc_tgt, u8 *tgt_data, in pn533_target_found_type_b() argument
886 tgt_type_b = (struct pn533_target_type_b *)tgt_data; in pn533_target_found_type_b()