Home
last modified time | relevance | path

Searched refs:target_temp (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/tools/env/
H A Dfw_env.c1228 static int flash_open_tempfile(const char **dname, const char **target_temp) in flash_open_tempfile() argument
1252 *target_temp = temp_name; in flash_open_tempfile()
1269 const char *dname, *target_temp = NULL; in flash_io_write() local
1290 fd_target = flash_open_tempfile(&dname, &target_temp); in flash_io_write()
1320 if (target_temp) { in flash_io_write()
1329 if (rename(target_temp, DEVNAME(dev_target))) { in flash_io_write()
1332 target_temp, DEVNAME(dev_target), in flash_io_write()
/openbmc/linux/drivers/hwmon/
H A Dnct6775.h141 u8 target_temp[NUM_FAN]; member
H A Dw83627ehf.c357 u8 target_temp[4]; member
652 data->target_temp[i] = in w83627ehf_update_device()
882 show_tol_temp(target_temp) in show_tol_temp() argument
901 data->target_temp[nr] = val; in show_tol_temp()
H A Dnct6775-core.c1497 if (!data->target_temp[i] || in nct6775_update_pwm_limits()
1499 data->target_temp[i] = reg_t & data->target_temp_mask; in nct6775_update_pwm_limits()
2642 err = nct6775_write_value(data, data->REG_TARGET[nr], data->target_temp[nr]); in pwm_update_registers()
2864 return sprintf(buf, "%d\n", data->target_temp[sattr->index] * 1000); in show_target_temp()
2884 data->target_temp[nr] = val; in store_target_temp()