Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iio/adc/
Dxilinx-xadc-events.c174 *val = xadc->temp_hysteresis; in xadc_read_event_value()
206 xadc->temp_hysteresis = val; in xadc_write_event_value()
227 if (xadc->threshold[offset] < xadc->temp_hysteresis) in xadc_write_event_value()
231 xadc->temp_hysteresis; in xadc_write_event_value()
Dxilinx-xadc.h51 uint16_t temp_hysteresis; member
/kernel/linux/linux-5.10/include/linux/mfd/
Dabx500.h285 int temp_hysteresis; member
/kernel/linux/linux-5.10/include/linux/mfd/abx500/
Dab8500-bm.h447 int temp_hysteresis; member
/kernel/linux/linux-5.10/drivers/power/supply/
Dab8500_bmdata.c481 .temp_hysteresis = 3,
Dabx500_chargalg.c741 di->t_hyst_norm = di->bm->temp_hysteresis; in abx500_chargalg_check_temp()
749 di->t_hyst_lowhigh = di->bm->temp_hysteresis; in abx500_chargalg_check_temp()