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.c292 struct of_phandle_args cooling_spec; in __thermal_of_unbind() local
296 index, &cooling_spec); in __thermal_of_unbind()
303 of_node_put(cooling_spec.np); in __thermal_of_unbind()
305 if (cooling_spec.args_count < 2) { in __thermal_of_unbind()
310 if (cooling_spec.np != cdev->np) in __thermal_of_unbind()
323 struct of_phandle_args cooling_spec; in __thermal_of_bind() local
329 index, &cooling_spec); in __thermal_of_bind()
336 of_node_put(cooling_spec.np); in __thermal_of_bind()
338 if (cooling_spec.args_count < 2) { in __thermal_of_bind()
343 if (cooling_spec.np != cdev->np) in __thermal_of_bind()
[all …]