Lines Matching full:polling
155 if (dev->polling || dev->active_target) { in nfc_dev_down()
189 * nfc_start_poll - start polling for nfc targets
191 * @dev: The nfc device that must start polling
192 * @protocols: bitset of nfc protocols that must be used for polling
194 * The device remains polling for targets until a target is found or
219 if (dev->polling) { in nfc_start_poll()
226 dev->polling = true; in nfc_start_poll()
236 * nfc_stop_poll - stop polling for nfc targets
238 * @dev: The nfc device that must stop polling
253 if (!dev->polling) { in nfc_stop_poll()
259 dev->polling = false; in nfc_stop_poll()
377 dev->polling = false; in nfc_dep_link_is_up()
563 if (dev->polling) { in nfc_enable_se()
672 dev->polling = false; in nfc_tm_activated()
755 * polling for targets.
757 * notify a driver error, meaning that the polling operation cannot complete.
774 if (dev->polling == false) { in nfc_targets_found()
779 dev->polling = false; in nfc_targets_found()