Symbol: cooling_spec
drivers/acpi/thermal.c
564
struct cooling_spec *c)
drivers/net/ethernet/mellanox/mlxsw/core_thermal.c
171
struct cooling_spec *c)
drivers/net/ethernet/mellanox/mlxsw/core_thermal.c
220
struct cooling_spec *c)
drivers/platform/x86/acerhdf.c
384
struct cooling_spec *c)
drivers/thermal/imx_thermal.c
359
struct cooling_spec *c)
drivers/thermal/thermal_core.c
763
struct cooling_spec *cool_spec)
drivers/thermal/thermal_core.c
913
struct cooling_spec c = {
drivers/thermal/thermal_of.c
245
struct cooling_spec *c)
drivers/thermal/thermal_of.c
247
struct of_phandle_args cooling_spec;
drivers/thermal/thermal_of.c
253
index, &cooling_spec);
drivers/thermal/thermal_of.c
260
of_node_put(cooling_spec.np);
drivers/thermal/thermal_of.c
271
if (cooling_spec.args_count < 2 || cooling_spec.args_count > 3) {
drivers/thermal/thermal_of.c
276
if (cooling_spec.np != cdev->np)
drivers/thermal/thermal_of.c
279
if (cooling_spec.args_count == 3 &&
drivers/thermal/thermal_of.c
280
cooling_spec.args[0] != cdev->cdev_id)
drivers/thermal/thermal_of.c
283
if (cooling_spec.args_count != 3) {
drivers/thermal/thermal_of.c
284
c->lower = cooling_spec.args[0];
drivers/thermal/thermal_of.c
285
c->upper = cooling_spec.args[1];
drivers/thermal/thermal_of.c
287
c->lower = cooling_spec.args[1];
drivers/thermal/thermal_of.c
288
c->upper = cooling_spec.args[2];
drivers/thermal/thermal_of.c
298
struct cooling_spec *c)
drivers/thermal/thermal_of.c
326
struct cooling_spec *c)
include/linux/thermal.h
99
struct cooling_spec *);