Searched refs:thermal_zone_bind_cooling_device (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/include/linux/ |
D | thermal.h | 435 int thermal_zone_bind_cooling_device(struct thermal_zone_device *, int, 488 static inline int thermal_zone_bind_cooling_device( in thermal_zone_bind_cooling_device() function
|
/Linux-v5.4/drivers/thermal/ |
D | thermal_core.c | 624 thermal_zone_bind_cooling_device(tz, THERMAL_TRIPS_NONE, cdev, in thermal_zone_device_rebind_exception() 681 int thermal_zone_bind_cooling_device(struct thermal_zone_device *tz, in thermal_zone_bind_cooling_device() function 790 EXPORT_SYMBOL_GPL(thermal_zone_bind_cooling_device); 885 ret = thermal_zone_bind_cooling_device(tz, i, cdev, in __bind()
|
D | of-thermal.c | 226 ret = thermal_zone_bind_cooling_device(thermal, in of_thermal_bind()
|
D | imx_thermal.c | 443 ret = thermal_zone_bind_cooling_device(tz, IMX_TRIP_PASSIVE, cdev, in imx_bind()
|
/Linux-v5.4/drivers/acpi/ |
D | thermal.c | 779 thermal_zone_bind_cooling_device in acpi_thermal_cooling_device_cb() 804 result = thermal_zone_bind_cooling_device in acpi_thermal_cooling_device_cb() 821 result = thermal_zone_bind_cooling_device in acpi_thermal_cooling_device_cb()
|
/Linux-v5.4/drivers/platform/x86/ |
D | acerhdf.c | 372 if (thermal_zone_bind_cooling_device(thermal, 0, cdev, in acerhdf_bind()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_thermal.c | 245 err = thermal_zone_bind_cooling_device(tzdev, i, cdev, in mlxsw_thermal_bind() 434 err = thermal_zone_bind_cooling_device(tzdev, i, cdev, in mlxsw_thermal_module_bind()
|
/Linux-v5.4/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.
|