Lines Matching refs:polling_mode
45 u8 polling_mode; member
71 dev->polling_mode = NFCSIM_POLL_NONE; in nfcsim_cleanup_dev()
190 if (dev->polling_mode != NFCSIM_POLL_NONE) { in nfcsim_start_poll()
197 dev->polling_mode |= NFCSIM_POLL_INITIATOR; in nfcsim_start_poll()
200 dev->polling_mode |= NFCSIM_POLL_TARGET; in nfcsim_start_poll()
202 if (dev->polling_mode == NFCSIM_POLL_NONE) { in nfcsim_start_poll()
231 dev->polling_mode = NFCSIM_POLL_NONE; in nfcsim_stop_poll()
364 if (dev->polling_mode == NFCSIM_POLL_NONE) { in nfcsim_set_polling_mode()
370 if (dev->polling_mode & NFCSIM_POLL_INITIATOR) in nfcsim_set_polling_mode()
378 if (dev->polling_mode == NFCSIM_POLL_DUAL) { in nfcsim_set_polling_mode()
412 peer->polling_mode = NFCSIM_POLL_NONE; in nfcsim_wq_poll()
413 dev->polling_mode = NFCSIM_POLL_NONE; in nfcsim_wq_poll()