Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/nfc/pn533/
Dpn533.c1319 dev->tgt_active_prot = NFC_PROTO_NFC_DEP; in pn533_poll_dep_complete()
1639 if (dev->tgt_active_prot) { in pn533_start_poll()
1808 if (dev->tgt_active_prot) { in pn533_activate_target()
1836 dev->tgt_active_prot = protocol; in pn533_activate_target()
1871 if (!dev->tgt_active_prot) { in pn533_deactivate_target()
1876 dev->tgt_active_prot = 0; in pn533_deactivate_target()
1939 dev->tgt_active_prot = NFC_PROTO_NFC_DEP; in pn533_in_dep_link_up_complete()
1971 if (dev->tgt_active_prot) { in pn533_dep_link_up()
2044 if (dev->tgt_mode || dev->tgt_active_prot) in pn533_dep_link_down()
2047 dev->tgt_active_prot = 0; in pn533_dep_link_down()
[all …]
Dpn533.h173 u8 tgt_active_prot; member