Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/thermal/broadcom/
Dbcm2835_thermal.c280 thermal_zone_of_sensor_unregister(&pdev->dev, tz); in bcm2835_thermal_probe()
293 thermal_zone_of_sensor_unregister(&pdev->dev, tz); in bcm2835_thermal_remove()
/linux-5.19.10/include/linux/
Dthermal.h322 void thermal_zone_of_sensor_unregister(struct device *dev,
345 void thermal_zone_of_sensor_unregister(struct device *dev, in thermal_zone_of_sensor_unregister() function
/linux-5.19.10/drivers/thermal/st/
Dstm_thermal.c575 thermal_zone_of_sensor_unregister(&pdev->dev, sensor->th_dev); in stm_thermal_probe()
585 thermal_zone_of_sensor_unregister(&pdev->dev, sensor->th_dev); in stm_thermal_remove()
/linux-5.19.10/drivers/thermal/
Dthermal_of.c562 void thermal_zone_of_sensor_unregister(struct device *dev, in thermal_zone_of_sensor_unregister() function
589 EXPORT_SYMBOL_GPL(thermal_zone_of_sensor_unregister);
593 thermal_zone_of_sensor_unregister(dev, in devm_thermal_zone_of_sensor_release()
/linux-5.19.10/Documentation/driver-api/thermal/
Dsysfs-api.rst160 void thermal_zone_of_sensor_unregister(struct device *dev,
185 is not require to explicitly call thermal_zone_of_sensor_unregister()
195 thermal_zone_of_sensor_unregister().
196 All details of thermal_zone_of_sensor_unregister() described in
/linux-5.19.10/drivers/thermal/samsung/
Dexynos_tmu.c1121 thermal_zone_of_sensor_unregister(&pdev->dev, data->tzd); in exynos_tmu_probe()
1141 thermal_zone_of_sensor_unregister(&pdev->dev, tzd); in exynos_tmu_remove()
/linux-5.19.10/drivers/iio/adc/
Dsun4i-gpadc-iio.c684 thermal_zone_of_sensor_unregister(info->sensor_device, info->tzd); in sun4i_gpadc_remove()