Home
last modified time | relevance | path

Searched refs:check_interval_ms (Results 1 – 1 of 1) sorted by relevance

/linux/sound/soc/codecs/
H A Dfs210x.c77 unsigned int check_interval_ms; member
802 delay = msecs_to_jiffies(fs210x->check_interval_ms); in fs210x_dai_mute()
903 msecs_to_jiffies(fs210x->check_interval_ms)); in fs210x_fault_check_work()
1412 fs210x->check_interval_ms = FS210X_FAULT_CHECK_INTERVAL_MS; in fs210x_init()
1457 return sysfs_emit(buf, "%d\n", fs210x->check_interval_ms); in check_interval_ms_show()
1468 ret = kstrtouint(buf, 10, &fs210x->check_interval_ms); in check_interval_ms_store()
1475 static DEVICE_ATTR_RW(check_interval_ms);