th_dev             91 drivers/thermal/st/stm_thermal.c 	struct thermal_zone_device *th_dev;
th_dev            130 drivers/thermal/st/stm_thermal.c 	thermal_zone_device_update(sensor->th_dev, THERMAL_EVENT_UNSPECIFIED);
th_dev            653 drivers/thermal/st/stm_thermal.c 	sensor->th_dev = devm_thermal_zone_of_sensor_register(&pdev->dev, 0,
th_dev            657 drivers/thermal/st/stm_thermal.c 	if (IS_ERR(sensor->th_dev)) {
th_dev            660 drivers/thermal/st/stm_thermal.c 		ret = PTR_ERR(sensor->th_dev);
th_dev            664 drivers/thermal/st/stm_thermal.c 	if (!sensor->th_dev->ops->get_crit_temp) {
th_dev            670 drivers/thermal/st/stm_thermal.c 	ret = sensor->th_dev->ops->get_crit_temp(sensor->th_dev,
th_dev            683 drivers/thermal/st/stm_thermal.c 	trip = of_thermal_get_trip_points(sensor->th_dev);
th_dev            684 drivers/thermal/st/stm_thermal.c 	sensor->num_trips = of_thermal_get_ntrips(sensor->th_dev);
th_dev            716 drivers/thermal/st/stm_thermal.c 	sensor->th_dev->tzp->no_hwmon = false;
th_dev            717 drivers/thermal/st/stm_thermal.c 	ret = thermal_add_hwmon_sysfs(sensor->th_dev);
th_dev            729 drivers/thermal/st/stm_thermal.c 	thermal_zone_of_sensor_unregister(&pdev->dev, sensor->th_dev);
th_dev            738 drivers/thermal/st/stm_thermal.c 	thermal_remove_hwmon_sysfs(sensor->th_dev);
th_dev            739 drivers/thermal/st/stm_thermal.c 	thermal_zone_of_sensor_unregister(&pdev->dev, sensor->th_dev);