Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/nfc/pn533/
Dpn533.c918 dev->tgt_available_prots = nfc_tgt.supported_protocols; in pn533_target_found()
1313 dev->tgt_available_prots = 0; in pn533_poll_dep_complete()
1655 if (!dev->tgt_available_prots) { in pn533_activate_target()
1661 if (!(dev->tgt_available_prots & (1 << protocol))) { in pn533_activate_target()
1678 dev->tgt_available_prots = 0; in pn533_activate_target()
1752 if (dev->tgt_available_prots && in pn533_in_dep_link_up_complete()
1753 !(dev->tgt_available_prots & (1 << NFC_PROTO_NFC_DEP))) { in pn533_in_dep_link_up_complete()
1769 if (!dev->tgt_available_prots) { in pn533_in_dep_link_up_complete()
1781 dev->tgt_available_prots = 0; in pn533_in_dep_link_up_complete()
Dpn533.h162 u8 tgt_available_prots; member