Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dthermal_of.c245 struct cooling_spec *c) in thermal_of_get_cooling_spec()
247 struct of_phandle_args cooling_spec; in thermal_of_get_cooling_spec() local
253 index, &cooling_spec); in thermal_of_get_cooling_spec()
260 of_node_put(cooling_spec.np); in thermal_of_get_cooling_spec()
262 if (cooling_spec.args_count < 2) { in thermal_of_get_cooling_spec()
267 if (cooling_spec.np != cdev->np) in thermal_of_get_cooling_spec()
270 c->lower = cooling_spec.args[0]; in thermal_of_get_cooling_spec()
271 c->upper = cooling_spec.args[1]; in thermal_of_get_cooling_spec()
280 struct cooling_spec *c) in thermal_of_cm_lookup()
308 struct cooling_spec *c) in thermal_of_should_bind()
H A Dthermal_core.c827 struct cooling_spec *cool_spec) in thermal_bind_cdev_to_trip()
998 struct cooling_spec c = { in __thermal_zone_cdev_bind()
H A Dimx_thermal.c359 struct cooling_spec *c) in imx_should_bind()
/linux/drivers/platform/x86/
H A Dacerhdf.c384 struct cooling_spec *c) in acerhdf_should_bind()