Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nfc/pn533/
Dpn533.c930 dev->tgt_available_prots = nfc_tgt.supported_protocols; in pn533_target_found()
1325 dev->tgt_available_prots = 0; in pn533_poll_dep_complete()
1667 if (!dev->tgt_available_prots) { in pn533_activate_target()
1673 if (!(dev->tgt_available_prots & (1 << protocol))) { in pn533_activate_target()
1690 dev->tgt_available_prots = 0; in pn533_activate_target()
1764 if (dev->tgt_available_prots && in pn533_in_dep_link_up_complete()
1765 !(dev->tgt_available_prots & (1 << NFC_PROTO_NFC_DEP))) { in pn533_in_dep_link_up_complete()
1781 if (!dev->tgt_available_prots) { in pn533_in_dep_link_up_complete()
1793 dev->tgt_available_prots = 0; in pn533_in_dep_link_up_complete()
Dpn533.h174 u8 tgt_available_prots; member