Searched refs:thermal_zone_of_sensor_unregister (Results 1 - 13 of 13) sorted by relevance
/linux-4.4.14/drivers/thermal/ |
H A D | tegra_soctherm.c | 438 thermal_zone_of_sensor_unregister(&pdev->dev, tegra_soctherm_probe() 454 thermal_zone_of_sensor_unregister(&pdev->dev, tegra_soctherm_remove()
|
H A D | rockchip_thermal.c | 720 thermal_zone_of_sensor_unregister(&pdev->dev, rockchip_thermal_probe() 747 thermal_zone_of_sensor_unregister(&pdev->dev, rockchip_thermal_probe() 767 thermal_zone_of_sensor_unregister(&pdev->dev, sensor->tzd); rockchip_thermal_remove()
|
H A D | hisi_thermal.c | 367 thermal_zone_of_sensor_unregister(&pdev->dev, sensor->tzd); hisi_thermal_remove()
|
H A D | qcom-spmi-temp-alarm.c | 284 thermal_zone_of_sensor_unregister(&pdev->dev, chip->tz_dev); qpnp_tm_remove()
|
H A D | of-thermal.c | 523 * thermal_zone_of_sensor_unregister - unregisters a sensor from a DT thermal zone 537 void thermal_zone_of_sensor_unregister(struct device *dev, thermal_zone_of_sensor_unregister() function 560 EXPORT_SYMBOL_GPL(thermal_zone_of_sensor_unregister); variable
|
/linux-4.4.14/drivers/input/touchscreen/ |
H A D | sun4i-ts.c | 380 thermal_zone_of_sensor_unregister(ts->dev, ts->tz); sun4i_ts_probe() 397 thermal_zone_of_sensor_unregister(ts->dev, ts->tz); sun4i_ts_remove()
|
/linux-4.4.14/include/linux/ |
H A D | thermal.h | 365 void thermal_zone_of_sensor_unregister(struct device *dev, 376 void thermal_zone_of_sensor_unregister(struct device *dev, thermal_zone_of_sensor_unregister() function
|
/linux-4.4.14/drivers/hwmon/ |
H A D | scpi-hwmon.c | 105 thermal_zone_of_sensor_unregister(&pdev->dev, zone->tzd); unregister_thermal_zones()
|
H A D | tmp102.c | 254 thermal_zone_of_sensor_unregister(tmp102->hwmon_dev, tmp102->tz); tmp102_remove()
|
H A D | lm75.c | 325 thermal_zone_of_sensor_unregister(data->hwmon_dev, data->tz); lm75_remove()
|
H A D | ntc_thermistor.c | 659 thermal_zone_of_sensor_unregister(data->dev, data->tz); ntc_thermistor_remove()
|
/linux-4.4.14/drivers/thermal/ti-soc-thermal/ |
H A D | ti-thermal-common.c | 372 thermal_zone_of_sensor_unregister(bgp->dev, ti_thermal_remove_sensor()
|
/linux-4.4.14/drivers/thermal/samsung/ |
H A D | exynos_tmu.c | 1391 thermal_zone_of_sensor_unregister(&pdev->dev, data->tzd); exynos_tmu_probe() 1411 thermal_zone_of_sensor_unregister(&pdev->dev, tzd); exynos_tmu_remove()
|
Completed in 383 milliseconds