Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A 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()
H A Dxilinx-xadc.h51 uint16_t temp_hysteresis; member
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_system_monitor.c76 int temp_hysteresis; member
639 &info->temp_hysteresis); in monitor_device_parse_wide_temp_config()
673 info->low_temp, info->high_temp, info->temp_hysteresis, in monitor_device_parse_wide_temp_config()
677 if ((info->low_temp + info->temp_hysteresis) > info->high_temp) { in monitor_device_parse_wide_temp_config()
680 info->temp_hysteresis); in monitor_device_parse_wide_temp_config()
997 } else if (temp > (info->low_temp + info->temp_hysteresis)) { in rockchip_system_monitor_wide_temp_adjust()
1016 } else if (temp < (info->high_temp - info->temp_hysteresis)) { in rockchip_system_monitor_wide_temp_adjust()
1055 } else if (temp > (info->low_temp + info->temp_hysteresis)) { in rockchip_system_monitor_wide_temp_init()
1546 &system_monitor->temp_hysteresis); in rockchip_system_monitor_parse_dt()
1606 system_monitor->temp_hysteresis) in rockchip_system_monitor_temp_cpu_on_off()
/OK3568_Linux_fs/kernel/include/soc/rockchip/
H A Drockchip_system_monitor.h128 int temp_hysteresis; member
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dabx500.h285 int temp_hysteresis; member
/OK3568_Linux_fs/kernel/include/linux/mfd/abx500/
H A Dab8500-bm.h447 int temp_hysteresis; member
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dab8500_bmdata.c481 .temp_hysteresis = 3,
H A 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()