Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/nfc/
Dnfcsim.c46 u8 curr_polling_mode; member
209 dev->curr_polling_mode = NFCSIM_POLL_NONE; in nfcsim_start_poll()
365 dev->curr_polling_mode = NFCSIM_POLL_NONE; in nfcsim_set_polling_mode()
369 if (dev->curr_polling_mode == NFCSIM_POLL_NONE) { in nfcsim_set_polling_mode()
371 dev->curr_polling_mode = NFCSIM_POLL_INITIATOR; in nfcsim_set_polling_mode()
373 dev->curr_polling_mode = NFCSIM_POLL_TARGET; in nfcsim_set_polling_mode()
379 if (dev->curr_polling_mode == NFCSIM_POLL_TARGET) in nfcsim_set_polling_mode()
380 dev->curr_polling_mode = NFCSIM_POLL_INITIATOR; in nfcsim_set_polling_mode()
382 dev->curr_polling_mode = NFCSIM_POLL_TARGET; in nfcsim_set_polling_mode()
399 if (dev->curr_polling_mode == NFCSIM_POLL_NONE) { in nfcsim_wq_poll()
[all …]