Searched refs:ti_thermal (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/thermal/ti-soc-thermal/
H A Dti-thermal-common.c31 struct thermal_zone_device *ti_thermal; member in struct:ti_thermal_data
46 thermal_zone_device_update(data->ti_thermal, THERMAL_EVENT_UNSPECIFIED);
49 thermal_zone_device_type(data->ti_thermal));
176 data->ti_thermal = devm_thermal_of_zone_register(bgp->dev, id,
178 if (IS_ERR(data->ti_thermal)) {
180 return PTR_ERR(data->ti_thermal);
187 devm_thermal_add_hwmon_sysfs(bgp->dev, data->ti_thermal);
198 if (!IS_ERR_OR_NULL(data) && data->ti_thermal) {
200 thermal_zone_device_unregister(data->ti_thermal);
/linux-master/drivers/thermal/
H A Dk3_j72xx_bandgap.c355 struct thermal_zone_device *ti_thermal; local
480 ti_thermal = devm_thermal_of_zone_register(bgp->dev, id, &data[id],
482 if (IS_ERR(ti_thermal)) {
484 ret = PTR_ERR(ti_thermal);

Completed in 98 milliseconds