Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/thermal/
Dthermal_of.c290 struct of_phandle_args cooling_spec; in __thermal_of_unbind() local
294 index, &cooling_spec); in __thermal_of_unbind()
301 of_node_put(cooling_spec.np); in __thermal_of_unbind()
303 if (cooling_spec.args_count < 2) { in __thermal_of_unbind()
308 if (cooling_spec.np != cdev->np) in __thermal_of_unbind()
321 struct of_phandle_args cooling_spec; in __thermal_of_bind() local
327 index, &cooling_spec); in __thermal_of_bind()
334 of_node_put(cooling_spec.np); in __thermal_of_bind()
336 if (cooling_spec.args_count < 2) { in __thermal_of_bind()
341 if (cooling_spec.np != cdev->np) in __thermal_of_bind()
[all …]