Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/x86/
H A Dsony-laptop.c2133 static struct snc_thermal_ctrl *th_handle; variable
2158 th_handle->mode = mode; in sony_nc_thermal_mode_set()
2227 if (!th_handle) in sony_nc_thermal_setup()
2241 th_handle->mode = ret; in sony_nc_thermal_setup()
2267 kfree(th_handle); in sony_nc_thermal_setup()
2268 th_handle = NULL; in sony_nc_thermal_setup()
2274 if (th_handle) { in sony_nc_thermal_cleanup()
2277 kfree(th_handle); in sony_nc_thermal_cleanup()
2278 th_handle = NULL; in sony_nc_thermal_cleanup()
2287 if (!th_handle) in sony_nc_thermal_resume()
[all …]