Home
last modified time | relevance | path

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

/linux/drivers/nfc/pn533/
H A Dpn533.c1321 dev->tgt_active_prot = NFC_PROTO_NFC_DEP; in pn533_poll_dep_complete()
1641 if (dev->tgt_active_prot) { in pn533_start_poll()
1815 if (dev->tgt_active_prot) { in pn533_activate_target()
1843 dev->tgt_active_prot = protocol; in pn533_activate_target()
1878 if (!dev->tgt_active_prot) { in pn533_deactivate_target()
1883 dev->tgt_active_prot = 0; in pn533_deactivate_target()
1948 dev->tgt_active_prot = NFC_PROTO_NFC_DEP; in pn533_in_dep_link_up_complete()
1980 if (dev->tgt_active_prot) { in pn533_dep_link_up()
2053 if (dev->tgt_mode || dev->tgt_active_prot) in pn533_dep_link_down()
2056 dev->tgt_active_prot = 0; in pn533_dep_link_down()
[all …]
H A Dpn533.h173 u8 tgt_active_prot; member