Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dsma1303.c84 long check_fault_period; member
474 if (sma1303->check_fault_period > 0) in sma1303_startup()
477 sma1303->check_fault_period * HZ); in sma1303_startup()
1539 if (sma1303->check_fault_period > 0) in sma1303_check_fault_worker()
1542 sma1303->check_fault_period * HZ); in sma1303_check_fault_worker()
1604 return sysfs_emit(buf, "%ld\n", sma1303->check_fault_period);
1613 ret = kstrtol(buf, 10, &sma1303->check_fault_period); in check_fault_period_show()
1621 static DEVICE_ATTR_RW(check_fault_period); in check_fault_period_store()
1643 if (sma1303->check_fault_period > 0) in check_fault_status_store()
1646 sma1303->check_fault_period * H in check_fault_status_store()
[all...]
H A Dsma1307.c61 int check_fault_period; member
479 ucontrol->value.integer.value[0] = sma1307->check_fault_period; in sma1307_check_fault_period_get()
496 if (sma1307->check_fault_period == val) { in sma1307_check_fault_period_put()
500 sma1307->check_fault_period = val; in sma1307_check_fault_period_put()
557 if (sma1307->check_fault_period > 0) in sma1307_startup()
560 sma1307->check_fault_period * HZ); in sma1307_startup()
1673 if (sma1307->check_fault_period > 0) in sma1307_check_fault_worker()
1676 sma1307->check_fault_period * HZ); in sma1307_check_fault_worker()
1956 sma1307->check_fault_period = CHECK_PERIOD_TIME; in sma1307_i2c_probe()