Searched refs:thermal_zone_bind_cooling_device (Results 1 - 8 of 8) sorted by relevance
/linux-4.4.14/include/linux/ |
H A D | thermal.h | 401 int thermal_zone_bind_cooling_device(struct thermal_zone_device *, int, 445 static inline int thermal_zone_bind_cooling_device( thermal_zone_bind_cooling_device() function
|
/linux-4.4.14/drivers/thermal/ti-soc-thermal/ |
H A D | ti-thermal-common.c | 146 return thermal_zone_bind_cooling_device(thermal, 0, cdev, ti_thermal_bind()
|
/linux-4.4.14/drivers/acpi/ |
H A D | thermal.c | 797 thermal_zone_bind_cooling_device acpi_thermal_cooling_device_cb() 822 result = thermal_zone_bind_cooling_device acpi_thermal_cooling_device_cb() 839 result = thermal_zone_bind_cooling_device acpi_thermal_cooling_device_cb()
|
/linux-4.4.14/drivers/thermal/ |
H A D | thermal_core.c | 298 ret = thermal_zone_bind_cooling_device(tz, i, cdev, __bind() 797 thermal_zone_bind_cooling_device(tz, passive_store() 1237 * thermal_zone_bind_cooling_device() - bind a cooling device to a thermal zone 1258 int thermal_zone_bind_cooling_device(struct thermal_zone_device *tz, thermal_zone_bind_cooling_device() function 1367 EXPORT_SYMBOL_GPL(thermal_zone_bind_cooling_device); variable
|
H A D | db8500_thermal.c | 78 ret = thermal_zone_bind_cooling_device(thermal, i, cdev, db8500_cdev_bind()
|
H A D | imx_thermal.c | 305 ret = thermal_zone_bind_cooling_device(tz, IMX_TRIP_PASSIVE, cdev, imx_bind()
|
H A D | of-thermal.c | 231 ret = thermal_zone_bind_cooling_device(thermal, of_thermal_bind()
|
/linux-4.4.14/drivers/platform/x86/ |
H A D | acerhdf.c | 373 if (thermal_zone_bind_cooling_device(thermal, 0, cdev, acerhdf_bind()
|
Completed in 439 milliseconds