Searched refs:t_m (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | debugfs.c | 1370 s32 t_m, t_r; in temp_show() local 1374 rc = wmi_get_temperature(wil, &t_m, &t_r); in temp_show() 1379 print_temp(s, "T_mac =", t_m); in temp_show()
|
H A D | wil6210.h | 1260 int wmi_get_temperature(struct wil6210_priv *wil, u32 *t_m, u32 *t_r);
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | debugfs.c | 1372 s32 t_m, t_r; in temp_show() local 1376 rc = wmi_get_temperature(wil, &t_m, &t_r); in temp_show() 1381 print_temp(s, "T_mac =", t_m); in temp_show()
|
H A D | wil6210.h | 1262 int wmi_get_temperature(struct wil6210_priv *wil, u32 *t_m, u32 *t_r);
|
Completed in 14 milliseconds