Searched refs:interval_ms (Results 1 – 6 of 6) sorted by relevance
58 int interval_ms; member192 msecs_to_jiffies(touch->interval_ms)); in da9034_event_handler()313 touch->interval_ms = pdata->interval_ms; in da9034_touch_probe()318 touch->interval_ms = 10; in da9034_touch_probe()
617 unsigned long interval_ms; in rv3029_hwmon_set_update_interval() local620 ret = kstrtoul(buf, 10, &interval_ms); in rv3029_hwmon_set_update_interval()624 if (interval_ms != 0) { in rv3029_hwmon_set_update_interval()626 if (interval_ms >= 16000) in rv3029_hwmon_set_update_interval()643 int ret, interval_ms; in rv3029_hwmon_show_update_interval() local653 interval_ms = 16000; in rv3029_hwmon_show_update_interval()655 interval_ms = 1000; in rv3029_hwmon_show_update_interval()657 interval_ms = 0; in rv3029_hwmon_show_update_interval()660 return sprintf(buf, "%d\n", interval_ms); in rv3029_hwmon_show_update_interval()
95 int interval_ms; /* sampling interval while pen down */ member
261 u16 interval_ms = mode_to_update_interval[data->mode]; in sht3x_update_client() local262 unsigned long interval_jiffies = msecs_to_jiffies(interval_ms); in sht3x_update_client()
322 unsigned int interval_ms, unsigned int missed_max,
4019 u8 interval_ms; member