Home
last modified time | relevance | path

Searched refs:adc_last_updated (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/hwmon/
H A Dpowr1220.c82 unsigned long adc_last_updated[MAX_POWR1220_ADC_VALUES]; member
116 if (time_after(jiffies, data->adc_last_updated[ch_num] + HZ) || in powr1220_read_adc()
158 data->adc_last_updated[ch_num] = jiffies; in powr1220_read_adc()
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dpowr1220.c79 unsigned long adc_last_updated[MAX_POWR1220_ADC_VALUES]; member
113 if (time_after(jiffies, data->adc_last_updated[ch_num] + HZ) || in powr1220_read_adc()
155 data->adc_last_updated[ch_num] = jiffies; in powr1220_read_adc()

Completed in 1 milliseconds