Searched refs:th_dev (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/thermal/st/
H A Dstm_thermal.c89 struct thermal_zone_device *th_dev; member in struct:stm_thermal_sensor
129 thermal_zone_device_update(sensor->th_dev, THERMAL_EVENT_UNSPECIFIED);
464 thermal_zone_device_update(sensor->th_dev, THERMAL_EVENT_UNSPECIFIED);
537 sensor->th_dev = devm_thermal_of_zone_register(&pdev->dev, 0,
541 if (IS_ERR(sensor->th_dev)) {
544 ret = PTR_ERR(sensor->th_dev);
559 ret = thermal_add_hwmon_sysfs(sensor->th_dev);
577 thermal_remove_hwmon_sysfs(sensor->th_dev);

Completed in 250 milliseconds