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