Home
last modified time | relevance | path

Searched refs:thermal_zone_of_sensor_unregister (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/thermal/
Dzx2967_thermal.c172 thermal_zone_of_sensor_unregister(&pdev->dev, priv->tzd); in zx2967_thermal_probe()
194 thermal_zone_of_sensor_unregister(&pdev->dev, priv->tzd); in zx2967_thermal_exit()
Dof-thermal.c530 void thermal_zone_of_sensor_unregister(struct device *dev, in thermal_zone_of_sensor_unregister() function
553 EXPORT_SYMBOL_GPL(thermal_zone_of_sensor_unregister);
557 thermal_zone_of_sensor_unregister(dev, in devm_thermal_zone_of_sensor_release()
/Linux-v4.19/drivers/thermal/broadcom/
Dbcm2835_thermal.c282 thermal_zone_of_sensor_unregister(&pdev->dev, tz); in bcm2835_thermal_probe()
295 thermal_zone_of_sensor_unregister(&pdev->dev, tz); in bcm2835_thermal_remove()
Dbrcmstb_thermal.c360 thermal_zone_of_sensor_unregister(&pdev->dev, thermal); in brcmstb_thermal_probe()
370 thermal_zone_of_sensor_unregister(&pdev->dev, priv->thermal); in brcmstb_thermal_exit()
/Linux-v4.19/include/linux/
Dthermal.h381 void thermal_zone_of_sensor_unregister(struct device *dev,
397 void thermal_zone_of_sensor_unregister(struct device *dev, in thermal_zone_of_sensor_unregister() function
/Linux-v4.19/Documentation/thermal/
Dsysfs-api.txt117 1.1.4 void thermal_zone_of_sensor_unregister(struct device *dev,
136 is not require to explicitly call thermal_zone_of_sensor_unregister()
144 thermal_zone_of_sensor_unregister().
145 All details of thermal_zone_of_sensor_unregister() described in
/Linux-v4.19/drivers/thermal/samsung/
Dexynos_tmu.c1129 thermal_zone_of_sensor_unregister(&pdev->dev, data->tzd); in exynos_tmu_probe()
1149 thermal_zone_of_sensor_unregister(&pdev->dev, tzd); in exynos_tmu_remove()
/Linux-v4.19/drivers/iio/adc/
Dsun4i-gpadc-iio.c693 thermal_zone_of_sensor_unregister(info->sensor_device, info->tzd); in sun4i_gpadc_remove()