Lines Matching defs:interval
53 * The following table lists the maximum appropriate poll interval for each
167 /* Use the lowest ODR that can support the requested poll interval */
284 * the set_poll method, which accepts a poll interval in milliseconds, and then
286 * data outputs will not be read AT the requested poll interval, rather, the
287 * lowest ODR that can support the requested interval. The client application
289 * interval.
292 /* Returns currently selected poll interval (in ms) */
302 /* Allow users to select a new poll interval (in ms) */
309 unsigned int interval;
312 error = kstrtouint(buf, 10, &interval);
322 * Set current interval to the greater of the minimum interval or
323 * the requested interval
325 tj9->last_poll_interval = max(interval, tj9->pdata.min_interval);