Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Dthermal_of.c295 struct of_phandle_args cooling_spec; in __thermal_of_unbind() local
299 index, &cooling_spec); in __thermal_of_unbind()
306 of_node_put(cooling_spec.np); in __thermal_of_unbind()
308 if (cooling_spec.args_count < 2) { in __thermal_of_unbind()
313 if (cooling_spec.np != cdev->np) in __thermal_of_unbind()
326 struct of_phandle_args cooling_spec; in __thermal_of_bind() local
332 index, &cooling_spec); in __thermal_of_bind()
339 of_node_put(cooling_spec.np); in __thermal_of_bind()
341 if (cooling_spec.args_count < 2) { in __thermal_of_bind()
346 if (cooling_spec.np != cdev->np) in __thermal_of_bind()
[all …]