Lines Matching refs:check_fault_period
84 long check_fault_period;
482 if (sma1303->check_fault_period > 0)
485 sma1303->check_fault_period * HZ);
1547 if (sma1303->check_fault_period > 0)
1550 sma1303->check_fault_period * HZ);
1613 return sysfs_emit(buf, "%ld\n", sma1303->check_fault_period);
1622 ret = kstrtol(buf, 10, &sma1303->check_fault_period);
1630 static DEVICE_ATTR_RW(check_fault_period);
1652 if (sma1303->check_fault_period > 0)
1655 sma1303->check_fault_period * HZ);
1740 sma1303->check_fault_period = CHECK_PERIOD_TIME;