Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c28 struct thermal_zone_device *ti_thermal; member
43 thermal_zone_device_update(data->ti_thermal, THERMAL_EVENT_UNSPECIFIED); in ti_thermal_work()
45 dev_dbg(&data->ti_thermal->device, "updated thermal zone %s\n", in ti_thermal_work()
46 data->ti_thermal->type); in ti_thermal_work()
87 slope = thermal_zone_get_slope(data->ti_thermal); in __ti_thermal_get_temp()
88 constant = thermal_zone_get_offset(data->ti_thermal); in __ti_thermal_get_temp()
180 data->ti_thermal = devm_thermal_zone_of_sensor_register(bgp->dev, id, in ti_thermal_expose_sensor()
182 if (IS_ERR(data->ti_thermal)) { in ti_thermal_expose_sensor()
184 return PTR_ERR(data->ti_thermal); in ti_thermal_expose_sensor()
187 interval = jiffies_to_msecs(data->ti_thermal->polling_delay_jiffies); in ti_thermal_expose_sensor()
[all …]