Searched refs:sys_temp (Results 1 – 1 of 1) sorted by relevance
126 int sys_temp; in aw_monitor_get_system_temperature() local128 ret = aw_monitor_get_battery_state(aw_dev, &sys_temp, POWER_SUPPLY_PROP_TEMP); in aw_monitor_get_system_temperature()134 *temp = sys_temp / 10; in aw_monitor_get_system_temperature()140 static int aw_monitor_set_system_temperature(struct aw_device *aw_dev, int sys_temp) in aw_monitor_set_system_temperature() argument146 sys_temp, hw_temp_desc->data_type); in aw_monitor_set_system_temperature()603 int32_t sys_temp = 0; in aw_hw_monitor_work() local605 aw_monitor_get_system_temperature(aw_dev, &sys_temp); in aw_hw_monitor_work()607 aw_monitor_set_system_temperature(aw_dev, sys_temp); in aw_hw_monitor_work()