Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dthermal.h435 int thermal_zone_bind_cooling_device(struct thermal_zone_device *, int,
483 static inline int thermal_zone_bind_cooling_device( in thermal_zone_bind_cooling_device() function
/Linux-v4.19/drivers/thermal/
Dthermal_core.c614 thermal_zone_bind_cooling_device(tz, THERMAL_TRIPS_NONE, cdev, in thermal_zone_device_rebind_exception()
671 int thermal_zone_bind_cooling_device(struct thermal_zone_device *tz, in thermal_zone_bind_cooling_device() function
780 EXPORT_SYMBOL_GPL(thermal_zone_bind_cooling_device);
875 ret = thermal_zone_bind_cooling_device(tz, i, cdev, in __bind()
Ddb8500_thermal.c78 ret = thermal_zone_bind_cooling_device(thermal, i, cdev, in db8500_cdev_bind()
Dof-thermal.c207 ret = thermal_zone_bind_cooling_device(thermal, in of_thermal_bind()
Dimx_thermal.c443 ret = thermal_zone_bind_cooling_device(tz, IMX_TRIP_PASSIVE, cdev, in imx_bind()
/Linux-v4.19/drivers/acpi/
Dthermal.c798 thermal_zone_bind_cooling_device in acpi_thermal_cooling_device_cb()
823 result = thermal_zone_bind_cooling_device in acpi_thermal_cooling_device_cb()
840 result = thermal_zone_bind_cooling_device in acpi_thermal_cooling_device_cb()
/Linux-v4.19/drivers/platform/x86/
Dacerhdf.c373 if (thermal_zone_bind_cooling_device(thermal, 0, cdev, in acerhdf_bind()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c113 err = thermal_zone_bind_cooling_device(tzdev, i, cdev, in mlxsw_thermal_bind()
/Linux-v4.19/Documentation/thermal/
Dsysfs-api.txt183 1.3.1 int thermal_zone_bind_cooling_device(struct thermal_zone_device *tz,
300 thermal_zone_bind_cooling_device/thermal_zone_unbind_cooling_device.