Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/iio/adc/
Dxilinx-xadc-events.c171 *val = xadc->temp_hysteresis; in xadc_read_event_value()
205 xadc->temp_hysteresis = val; in xadc_write_event_value()
226 if (xadc->threshold[offset] < xadc->temp_hysteresis) in xadc_write_event_value()
230 xadc->temp_hysteresis; in xadc_write_event_value()
Dxilinx-xadc.h51 uint16_t temp_hysteresis; member
/linux-5.19.10/drivers/power/supply/
Dab8500-bm.h399 int temp_hysteresis; member
Dab8500_bmdata.c232 bm->temp_hysteresis = AB8500_TEMP_HYSTERESIS; in ab8500_bm_of_probe()
Dab8500_chargalg.c698 di->t_hyst_norm = di->bm->temp_hysteresis; in ab8500_chargalg_check_temp()
705 di->t_hyst_norm = di->bm->temp_hysteresis; in ab8500_chargalg_check_temp()
714 di->t_hyst_lowhigh = di->bm->temp_hysteresis; in ab8500_chargalg_check_temp()