Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dsma1303.c84 long check_fault_period; member
482 if (sma1303->check_fault_period > 0) in sma1303_startup()
485 sma1303->check_fault_period * HZ); in sma1303_startup()
1547 if (sma1303->check_fault_period > 0) in sma1303_check_fault_worker()
1550 sma1303->check_fault_period * HZ); in sma1303_check_fault_worker()
1613 return sysfs_emit(buf, "%ld\n", sma1303->check_fault_period); in check_fault_period_show()
1622 ret = kstrtol(buf, 10, &sma1303->check_fault_period); in check_fault_period_store()
1630 static DEVICE_ATTR_RW(check_fault_period);
1652 if (sma1303->check_fault_period > 0) in check_fault_status_store()
1655 sma1303->check_fault_period * HZ); in check_fault_status_store()
[all …]