Home
last modified time | relevance | path

Searched refs:temp_delta (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/thermal/
H A Drk_virtual_thermal.c597 static int ajudt_temp_by_load(int temp_delta) in ajudt_temp_by_load() argument
614 if (temp_delta > 0) in ajudt_temp_by_load()
615 temp_delta_ajust = temp_delta * load_rate / 100; in ajudt_temp_by_load()
617 temp_delta_ajust = temp_delta * 100 / load_rate; in ajudt_temp_by_load()
621 temp_delta, load_rate, temp_delta_ajust); in ajudt_temp_by_load()
656 int temp_delta; in estimate_temp_internal() local
669 temp_delta = 0; in estimate_temp_internal()
671 temp_delta = temp - last_temp; in estimate_temp_internal()
673 temp_delta = ajudt_temp_by_load(temp_delta); in estimate_temp_internal()
676 temp = last_temp + temp_delta; in estimate_temp_internal()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsirfsoc_uart.c639 unsigned long temp_delta; in sirfsoc_usp_calc_sample_div() local
643 temp_delta = ioclk_rate - in sirfsoc_usp_calc_sample_div()
647 temp_delta = (temp_delta > 0) ? temp_delta : -temp_delta; in sirfsoc_usp_calc_sample_div()
648 if (temp_delta < min_delta) { in sirfsoc_usp_calc_sample_div()
653 min_delta = temp_delta; in sirfsoc_usp_calc_sample_div()
655 if (!temp_delta) in sirfsoc_usp_calc_sample_div()
671 int temp_delta; in sirfsoc_uart_calc_sample_div() local
679 temp_delta = baud_tmp - baud_rate; in sirfsoc_uart_calc_sample_div()
680 temp_delta = (temp_delta > 0) ? temp_delta : -temp_delta; in sirfsoc_uart_calc_sample_div()
681 if (temp_delta < min_delta) { in sirfsoc_uart_calc_sample_div()
[all …]
/OK3568_Linux_fs/external/rkwifibt/firmware/infineon/CYW4373/
H A Dcyw4373.txt31 temp_delta=30