Home
last modified time | relevance | path

Searched refs:cooling_spec (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/thermal/
H A Dthermal_of.c263 struct cooling_spec *c) in thermal_of_get_cooling_spec()
265 struct of_phandle_args cooling_spec; in thermal_of_get_cooling_spec() local
271 index, &cooling_spec); in thermal_of_get_cooling_spec()
278 of_node_put(cooling_spec.np); in thermal_of_get_cooling_spec()
280 if (cooling_spec.args_count < 2) { in thermal_of_get_cooling_spec()
285 if (cooling_spec.np != cdev->np) in thermal_of_get_cooling_spec()
288 c->lower = cooling_spec.args[0]; in thermal_of_get_cooling_spec()
289 c->upper = cooling_spec.args[1]; in thermal_of_get_cooling_spec()
298 struct cooling_spec *c) in thermal_of_should_bind()
H A Dthermal_core.c767 struct cooling_spec *cool_spec) in thermal_bind_cdev_to_trip()
946 struct cooling_spec c = { in thermal_zone_cdev_bind()
H A Dimx_thermal.c359 struct cooling_spec *c) in imx_should_bind()
/linux/include/linux/
H A Dthermal.h88 struct cooling_spec { struct
98 struct cooling_spec *); argument
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_thermal.c171 struct cooling_spec *c) in mlxsw_thermal_should_bind()
220 struct cooling_spec *c) in mlxsw_thermal_module_should_bind()
/linux/drivers/platform/x86/
H A Dacerhdf.c384 struct cooling_spec *c) in acerhdf_should_bind()
/linux/drivers/acpi/
H A Dthermal.c564 struct cooling_spec *c) in acpi_thermal_should_bind_cdev()