Lines Matching refs:polling
55 int polling;
364 schedule_delayed_work(&ir->work, msecs_to_jiffies(ir->polling));
567 /* Save current value for comparison during the next polling */
621 /* Check if polling address is already on the list */
629 /* Check if max. number of polling addresses is exceeded */
632 WARN_ONCE(1, "BUG: maximum number of button polling addresses exceeded.");
648 /* Add read address to list of polling addresses */
655 /* Reduce polling interval if necessary */
664 /* Start polling */
675 /* Cancel polling */
677 /* Clear polling addresses list */
808 ir->polling = 100; /* ms */
901 schedule_delayed_work(&ir->work, msecs_to_jiffies(ir->polling));