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 * @im_protocols: bitset of nfc initiator protocols to be used for polling
193 * @tm_protocols: bitset of nfc transport protocols to be used for polling
195 * The device remains polling for targets until a target is found or
220 if (dev->polling) { in nfc_start_poll()
227 dev->polling = true; in nfc_start_poll()
237 * nfc_stop_poll - stop polling for nfc targets
239 * @dev: The nfc device that must stop polling
254 if (!dev->polling) { in nfc_stop_poll()
260 dev->polling = false; in nfc_stop_poll()
378 dev->polling = false; in nfc_dep_link_is_up()
565 if (dev->polling) { in nfc_enable_se()
674 dev->polling = false; in nfc_tm_activated()
761 * polling for targets.
763 * notify a driver error, meaning that the polling operation cannot complete.
780 if (dev->polling == false) { in nfc_targets_found()
785 dev->polling = false; in nfc_targets_found()