Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dthermal.h265 void devm_thermal_of_zone_unregister(struct device *dev, struct thermal_zone_device *tz);
276 static inline void devm_thermal_of_zone_unregister(struct device *dev, in devm_thermal_of_zone_unregister() function
/linux-6.6.21/drivers/thermal/
Dthermal_of.c603 void devm_thermal_of_zone_unregister(struct device *dev, struct thermal_zone_device *tz) in devm_thermal_of_zone_unregister() function
608 EXPORT_SYMBOL_GPL(devm_thermal_of_zone_unregister);
Dsprd_thermal.c526 devm_thermal_of_zone_unregister(&pdev->dev, in sprd_thm_remove()
/linux-6.6.21/drivers/thermal/broadcom/
Dbcm2835_thermal.c278 devm_thermal_of_zone_unregister(&pdev->dev, tz); in bcm2835_thermal_probe()