Searched refs:out_temp (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/thermal/tegra/ |
| H A D | tegra-bpmp-thermal.c | 33 static int tegra_bpmp_thermal_get_temp(void *data, int *out_temp) in tegra_bpmp_thermal_get_temp() argument 56 *out_temp = reply.get_temp.temp; in tegra_bpmp_thermal_get_temp()
|
| H A D | soctherm.c | 424 static int tegra_thermctl_get_temp(void *data, int *out_temp) in tegra_thermctl_get_temp() argument 431 *out_temp = translate_temp(val); in tegra_thermctl_get_temp()
|
| /OK3568_Linux_fs/kernel/drivers/thermal/ |
| H A D | uniphier_thermal.c | 190 static int uniphier_tm_get_temp(void *data, int *out_temp) in uniphier_tm_get_temp() argument 202 *out_temp = sign_extend32(temp, TMOD_WIDTH - 1) * 1000; in uniphier_tm_get_temp()
|
| H A D | rk_virtual_thermal.c | 716 static int virtual_thermal_get_temp(void *_sensor, int *out_temp) in virtual_thermal_get_temp() argument 718 *out_temp = estimate_temp_internal(); in virtual_thermal_get_temp()
|
| H A D | rockchip_thermal.c | 2107 static int rockchip_thermal_get_temp(void *_sensor, int *out_temp) in rockchip_thermal_get_temp() argument 2115 sensor->id, thermal->regs, out_temp); in rockchip_thermal_get_temp() 2116 *out_temp -= sensor->trim_temp; in rockchip_thermal_get_temp() 2118 sensor->id, *out_temp, retval); in rockchip_thermal_get_temp()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/ |
| H A D | halbb_plcp_gen.c | 378 struct plcp_mcs_table_out_t out_temp; in halbb_he_mcs_table() local 395 …e[in->dcm][in->ru_size], code_rate_table[in->mcs], n_bpscs_table[in->mcs],in->nss,false,&out_temp); in halbb_he_mcs_table() 396 out->he_n_cbps_short = out_temp.n_cbps; in halbb_he_mcs_table() 397 out->he_n_dbps_short = out_temp.n_dbps; in halbb_he_mcs_table()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/ |
| H A D | halbb_plcp_gen.c | 378 struct plcp_mcs_table_out_t out_temp; in halbb_he_mcs_table() local 395 …e[in->dcm][in->ru_size], code_rate_table[in->mcs], n_bpscs_table[in->mcs],in->nss,false,&out_temp); in halbb_he_mcs_table() 396 out->he_n_cbps_short = out_temp.n_cbps; in halbb_he_mcs_table() 397 out->he_n_dbps_short = out_temp.n_dbps; in halbb_he_mcs_table()
|