Searched refs:thermal_zone_params (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | thermal.h | 179 struct thermal_zone_params *tzp; 246 struct thermal_zone_params { struct 359 struct thermal_zone_params *, int, int); 366 struct thermal_zone_params *, int, int); 400 struct thermal_zone_params *tzp, in thermal_zone_device_register()
|
/linux-6.3-rc2/drivers/thermal/ |
A D | thermal_of.c | 241 static struct thermal_zone_params *thermal_of_parameters_init(struct device_node *np) in thermal_of_parameters_init() 243 struct thermal_zone_params *tzp; in thermal_of_parameters_init() 445 struct thermal_zone_params *tzp = tz->tzp; in thermal_of_zone_unregister() 481 struct thermal_zone_params *tzp; in thermal_of_zone_register()
|
A D | thermal_core.c | 818 const struct thermal_zone_params *tzp; in bind_cdev() 1068 const struct thermal_zone_params *tzp; in thermal_cooling_device_unregister() 1115 const struct thermal_zone_params *tzp = tz->tzp; in bind_tz() 1212 struct thermal_zone_params *tzp, int passive_delay, in thermal_zone_device_register_with_trips() 1371 struct thermal_zone_params *tzp, int passive_delay, in thermal_zone_device_register() 1387 const struct thermal_zone_params *tzp; in thermal_zone_device_unregister()
|
/linux-6.3-rc2/Documentation/driver-api/thermal/ |
A D | power_allocator.rst | 89 `thermal_zone_params` that has a `sustainable_power`. If no 90 `thermal_zone_params` were being passed, then something like below 93 static const struct thermal_zone_params tz_params = {
|
A D | sysfs-api.rst | 45 const struct thermal_zone_params *tzp, 345 struct thermal_zone_params 358 In case the thermal_zone_params is NULL, the hwmon interface
|
/linux-6.3-rc2/drivers/thermal/intel/int340x_thermal/ |
A D | int340x_thermal_zone.c | 110 static struct thermal_zone_params int340x_thermal_params = {
|
A D | processor_thermal_device_pci.c | 197 static struct thermal_zone_params tzone_params = {
|
A D | int3400_thermal.c | 539 static struct thermal_zone_params int3400_thermal_params = {
|
/linux-6.3-rc2/drivers/thermal/intel/ |
A D | x86_pkg_temp_thermal.c | 60 static struct thermal_zone_params pkg_temp_tz_params = {
|
/linux-6.3-rc2/drivers/platform/x86/ |
A D | acerhdf.c | 275 static struct thermal_zone_params acerhdf_zone_params = {
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/ |
A D | core_thermal.c | 271 static struct thermal_zone_params mlxsw_thermal_params = {
|
Completed in 18 milliseconds