Searched refs:poll_delay (Results 1 – 2 of 2) sorted by relevance
132 int poll_delay; /* milliseconds */ member502 instance->poll_delay = min(2 * instance->poll_delay, MAX_POLL_DELAY); in speedtch_check_status()506 instance->poll_delay = max(instance->poll_delay / 2, MIN_POLL_DELAY); in speedtch_check_status()570 if (instance->poll_delay < MAX_POLL_DELAY) in speedtch_status_poll()571 mod_timer(&instance->status_check_timer, jiffies + msecs_to_jiffies(instance->poll_delay)); in speedtch_status_poll()870 instance->poll_delay = MIN_POLL_DELAY; in speedtch_bind()
273 QUEUE_SYSFS_SHOW_CONST(poll_delay, -1)