Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c172 err = thermal_zone_bind_cooling_device(tzdev, i, cdev, in mlxsw_thermal_bind()
252 err = thermal_zone_bind_cooling_device(tzdev, i, cdev, in mlxsw_thermal_module_bind()
/drivers/platform/x86/
Dacerhdf.c388 if (thermal_zone_bind_cooling_device(thermal, 0, cdev, in acerhdf_bind()
/drivers/acpi/
Dthermal.c588 result = thermal_zone_bind_cooling_device( in acpi_thermal_cooling_device_cb()
615 result = thermal_zone_bind_cooling_device( in acpi_thermal_cooling_device_cb()
/drivers/thermal/
Dthermal_of.c348 ret = thermal_zone_bind_cooling_device(tz, trip_id, cdev, cooling_spec.args[1], in __thermal_of_bind()
Dthermal_core.c628 int thermal_zone_bind_cooling_device(struct thermal_zone_device *tz, in thermal_zone_bind_cooling_device() function
745 EXPORT_SYMBOL_GPL(thermal_zone_bind_cooling_device);
Dimx_thermal.c366 return thermal_zone_bind_cooling_device(tz, IMX_TRIP_PASSIVE, cdev, in imx_bind()