Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iio/adc/
Dxilinx-xadc-events.c175 *val = xadc->temp_hysteresis; in xadc_read_event_value()
207 xadc->temp_hysteresis = val; in xadc_write_event_value()
228 if (xadc->threshold[offset] < xadc->temp_hysteresis) in xadc_write_event_value()
232 xadc->temp_hysteresis; in xadc_write_event_value()
Dxilinx-xadc.h52 uint16_t temp_hysteresis; member
/Linux-v4.19/include/linux/mfd/
Dabx500.h285 int temp_hysteresis; member
/Linux-v4.19/include/linux/mfd/abx500/
Dab8500-bm.h447 int temp_hysteresis; member
/Linux-v4.19/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()