Searched refs:thermal_zone_bind_cooling_device (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/drivers/thermal/ |
D | thermal_core.c | 696 thermal_zone_bind_cooling_device(tz, THERMAL_TRIPS_NONE, cdev, in thermal_zone_device_rebind_exception() 820 int thermal_zone_bind_cooling_device(struct thermal_zone_device *tz, in thermal_zone_bind_cooling_device() function 929 EXPORT_SYMBOL_GPL(thermal_zone_bind_cooling_device); 1024 ret = thermal_zone_bind_cooling_device(tz, i, cdev, in __bind()
|
D | thermal_of.c | 224 ret = thermal_zone_bind_cooling_device(thermal, in of_thermal_bind()
|
D | imx_thermal.c | 417 ret = thermal_zone_bind_cooling_device(tz, IMX_TRIP_PASSIVE, cdev, in imx_bind()
|
/Linux-v5.10/include/linux/ |
D | thermal.h | 373 int thermal_zone_bind_cooling_device(struct thermal_zone_device *, int,
|
/Linux-v5.10/drivers/acpi/ |
D | thermal.c | 733 thermal_zone_bind_cooling_device in acpi_thermal_cooling_device_cb() 758 result = thermal_zone_bind_cooling_device in acpi_thermal_cooling_device_cb() 775 result = thermal_zone_bind_cooling_device in acpi_thermal_cooling_device_cb()
|
/Linux-v5.10/drivers/platform/x86/ |
D | acerhdf.c | 374 if (thermal_zone_bind_cooling_device(thermal, 0, cdev, in acerhdf_bind()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_thermal.c | 244 err = thermal_zone_bind_cooling_device(tzdev, i, cdev, in mlxsw_thermal_bind() 400 err = thermal_zone_bind_cooling_device(tzdev, i, cdev, in mlxsw_thermal_module_bind()
|
/Linux-v5.10/Documentation/driver-api/thermal/ |
D | sysfs-api.rst | 259 int thermal_zone_bind_cooling_device(struct thermal_zone_device *tz, 415 thermal_zone_bind_cooling_device/thermal_zone_unbind_cooling_device.
|