Searched refs:thermal_cooling_device_release (Results 1 – 2 of 2) sorted by relevance
54 ptr = devres_alloc(thermal_cooling_device_release, sizeof(*ptr), in __devm_thermal_fwnode_cooling_device_register()
1096 static void thermal_cooling_device_release(void *data) in thermal_cooling_device_release() function1130 ret = devm_add_action_or_reset(dev, thermal_cooling_device_release, cdev); in devm_thermal_cooling_device_register()