Searched refs:tzdev (Results 1 – 1 of 1) sorted by relevance
1200 struct thermal_zone_device *tzdev; in mtk_thermal_probe() local1288 tzdev = devm_thermal_of_zone_register(&pdev->dev, 0, mt, in mtk_thermal_probe()1290 if (IS_ERR(tzdev)) in mtk_thermal_probe()1291 return PTR_ERR(tzdev); in mtk_thermal_probe()1293 ret = devm_thermal_add_hwmon_sysfs(&pdev->dev, tzdev); in mtk_thermal_probe()