Searched refs:thermal_zone_bind_cooling_device (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/include/linux/ |
D | thermal.h | 435 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/ |
D | thermal_core.c | 614 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()
|
D | db8500_thermal.c | 78 ret = thermal_zone_bind_cooling_device(thermal, i, cdev, in db8500_cdev_bind()
|
D | of-thermal.c | 207 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-v4.19/drivers/acpi/ |
D | thermal.c | 798 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/ |
D | acerhdf.c | 373 if (thermal_zone_bind_cooling_device(thermal, 0, cdev, in acerhdf_bind()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_thermal.c | 113 err = thermal_zone_bind_cooling_device(tzdev, i, cdev, in mlxsw_thermal_bind()
|
/Linux-v4.19/Documentation/thermal/ |
D | sysfs-api.txt | 183 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.
|