Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dthermal_fw.c54 ptr = devres_alloc(thermal_cooling_device_release, sizeof(*ptr), in __devm_thermal_fwnode_cooling_device_register()
H A Dthermal_core.c1096 static void thermal_cooling_device_release(void *data) in thermal_cooling_device_release() function
1130 ret = devm_add_action_or_reset(dev, thermal_cooling_device_release, cdev); in devm_thermal_cooling_device_register()