Lines Matching defs:polling
65 int polling;
374 schedule_delayed_work(&ir->work, msecs_to_jiffies(ir->polling));
577 /* Save current value for comparison during the next polling */
631 /* Check if polling address is already on the list */
639 /* Check if max. number of polling addresses is exceeded */
642 WARN_ONCE(1, "BUG: maximum number of button polling addresses exceeded.");
658 /* Add read address to list of polling addresses */
665 /* Reduce polling interval if necessary */
674 /* Start polling */
685 /* Cancel polling */
687 /* Clear polling addresses list */
818 ir->polling = 100; /* ms */
911 schedule_delayed_work(&ir->work, msecs_to_jiffies(ir->polling));