Searched refs:thermal_zone_unbind_cooling_device (Results 1 – 6 of 6) sorted by relevance
/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_thermal.c | 231 err = thermal_zone_unbind_cooling_device(tzdev, i, cdev); in mlxsw_thermal_unbind() 357 thermal_zone_unbind_cooling_device(tzdev, j, cdev); in mlxsw_thermal_module_bind() 374 err = thermal_zone_unbind_cooling_device(tzdev, i, cdev); in mlxsw_thermal_module_unbind()
|
/drivers/thermal/ |
D | thermal_core.c | 722 int thermal_zone_unbind_cooling_device(struct thermal_zone_device *tz, in thermal_zone_unbind_cooling_device() function 752 EXPORT_SYMBOL_GPL(thermal_zone_unbind_cooling_device); 1052 thermal_zone_unbind_cooling_device(tz, i, cdev); in __unbind()
|
D | thermal_of.c | 429 ret = thermal_zone_unbind_cooling_device(tz, trip_id, cdev); in __thermal_of_unbind()
|
D | imx_thermal.c | 410 ret = thermal_zone_unbind_cooling_device(tz, IMX_TRIP_PASSIVE, cdev); in imx_unbind()
|
/drivers/platform/x86/ |
D | acerhdf.c | 389 if (thermal_zone_unbind_cooling_device(thermal, 0, cdev)) { in acerhdf_unbind()
|
/drivers/acpi/ |
D | thermal.c | 722 thermal_zone_unbind_cooling_device( in acpi_thermal_cooling_device_cb() 748 result = thermal_zone_unbind_cooling_device( in acpi_thermal_cooling_device_cb()
|