Searched refs:thermal_zone_of_sensor_unregister (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/drivers/thermal/broadcom/ |
D | bcm2835_thermal.c | 280 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/ |
D | thermal.h | 322 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/ |
D | stm_thermal.c | 575 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/ |
D | thermal_of.c | 562 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/ |
D | sysfs-api.rst | 160 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/ |
D | exynos_tmu.c | 1121 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/ |
D | sun4i-gpadc-iio.c | 684 thermal_zone_of_sensor_unregister(info->sensor_device, info->tzd); in sun4i_gpadc_remove()
|