Searched refs:thermal_zone_of_sensor_register (Results 1 - 13 of 13) sorted by relevance

/linux-4.4.14/drivers/hwmon/
H A Dscpi-hwmon.c240 zone->tzd = thermal_zone_of_sensor_register(dev, scpi_hwmon_probe()
243 * The call to thermal_zone_of_sensor_register returns scpi_hwmon_probe()
H A Dtmp102.c235 tmp102->tz = thermal_zone_of_sensor_register(hwmon_dev, 0, hwmon_dev, tmp102_probe()
H A Dlm75.c309 data->tz = thermal_zone_of_sensor_register(data->hwmon_dev, 0, lm75_probe()
H A Dntc_thermistor.c636 data->tz = thermal_zone_of_sensor_register(data->dev, 0, data->dev, ntc_thermistor_probe()
/linux-4.4.14/include/linux/
H A Dthermal.h363 thermal_zone_of_sensor_register(struct device *dev, int id, void *data,
369 thermal_zone_of_sensor_register(struct device *dev, int id, void *data, thermal_zone_of_sensor_register() function
/linux-4.4.14/drivers/thermal/
H A Dhisi_thermal.c246 sensor->tzd = thermal_zone_of_sensor_register(&pdev->dev, sensor->id, hisi_thermal_register_sensor()
H A Dof-thermal.c429 * thermal_zone_of_sensor_register - registers a sensor to a DT thermal zone
461 thermal_zone_of_sensor_register(struct device *dev, int sensor_id, void *data, thermal_zone_of_sensor_register() function
520 EXPORT_SYMBOL_GPL(thermal_zone_of_sensor_register); variable
529 * thermal zone device registered with thermal_zone_of_sensor_register()
H A Dqcom-spmi-temp-alarm.c263 chip->tz_dev = thermal_zone_of_sensor_register(&pdev->dev, 0, chip, qpnp_tm_probe()
H A Dtegra_soctherm.c422 tz = thermal_zone_of_sensor_register(&pdev->dev, i, zone, tegra_soctherm_probe()
H A Drockchip_thermal.c607 sensor->tzd = thermal_zone_of_sensor_register(&pdev->dev, id, sensor, rockchip_thermal_register_sensor()
/linux-4.4.14/drivers/thermal/ti-soc-thermal/
H A Dti-thermal-common.c340 data->ti_thermal = thermal_zone_of_sensor_register(bgp->dev, id, ti_thermal_expose_sensor()
/linux-4.4.14/drivers/input/touchscreen/
H A Dsun4i-ts.c369 ts->tz = thermal_zone_of_sensor_register(ts->dev, 0, ts, sun4i_ts_probe()
/linux-4.4.14/drivers/thermal/samsung/
H A Dexynos_tmu.c1366 data->tzd = thermal_zone_of_sensor_register(&pdev->dev, 0, data, exynos_tmu_probe()

Completed in 518 milliseconds