Searched refs:cooling_spec (Results 1 – 1 of 1) sorted by relevance
290 struct of_phandle_args cooling_spec; in __thermal_of_unbind() local294 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() local327 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 …]