Home
last modified time | relevance | path

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

/linux-4.1.27/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()
190 if (!data->ti_thermal) { in ti_thermal_set_mode()
195 mutex_lock(&data->ti_thermal->lock); in ti_thermal_set_mode()
198 data->ti_thermal->polling_delay = FAST_TEMP_MONITORING_RATE; in ti_thermal_set_mode()
200 data->ti_thermal->polling_delay = 0; in ti_thermal_set_mode()
202 mutex_unlock(&data->ti_thermal->lock); in ti_thermal_set_mode()
206 data->ti_thermal->polling_delay); in ti_thermal_set_mode()
[all …]