Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c40 struct thermal_zone_device *ti_thermal; member
55 thermal_zone_device_update(data->ti_thermal); in ti_thermal_work()
57 dev_dbg(&data->ti_thermal->device, "updated thermal zone %s\n", in ti_thermal_work()
58 data->ti_thermal->type); in ti_thermal_work()
191 if (!data->ti_thermal) { in ti_thermal_set_mode()
196 mutex_lock(&data->ti_thermal->lock); in ti_thermal_set_mode()
199 data->ti_thermal->polling_delay = FAST_TEMP_MONITORING_RATE; in ti_thermal_set_mode()
201 data->ti_thermal->polling_delay = 0; in ti_thermal_set_mode()
203 mutex_unlock(&data->ti_thermal->lock); in ti_thermal_set_mode()
207 data->ti_thermal->polling_delay); in ti_thermal_set_mode()
[all …]