Lines Matching refs:polling
155 if (dev->polling || dev->active_target) {
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) {
226 dev->polling = true;
236 * nfc_stop_poll - stop polling for nfc targets
238 * @dev: The nfc device that must stop polling
253 if (!dev->polling) {
259 dev->polling = false;
377 dev->polling = false;
563 if (dev->polling) {
672 dev->polling = false;
755 * polling for targets.
757 * notify a driver error, meaning that the polling operation cannot complete.
774 if (dev->polling == false) {
779 dev->polling = false;