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 * @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) {
227 dev->polling = true;
237 * nfc_stop_poll - stop polling for nfc targets
239 * @dev: The nfc device that must stop polling
254 if (!dev->polling) {
260 dev->polling = false;
378 dev->polling = false;
565 if (dev->polling) {
674 dev->polling = false;
761 * polling for targets.
763 * notify a driver error, meaning that the polling operation cannot complete.
780 if (dev->polling == false) {
785 dev->polling = false;