Home
last modified time | relevance | path

Searched refs:tz_device (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/thermal/
H A Dmax77620_thermal.c28 struct thermal_zone_device *tz_device; member
80 thermal_zone_device_update(mtherm->tz_device, in max77620_thermal_irq()
115 mtherm->tz_device = devm_thermal_of_zone_register(&pdev->dev, 0, in max77620_thermal_probe()
117 if (IS_ERR(mtherm->tz_device)) in max77620_thermal_probe()
118 return PTR_ERR(mtherm->tz_device); in max77620_thermal_probe()
/linux/drivers/regulator/
H A Dmax8973-regulator.c112 struct thermal_zone_device *tz_device; member
460 thermal_zone_device_update(mchip->tz_device, in max8973_thermal_irq()