Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/ti-soc-thermal/
H A 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()
179 data->ti_thermal = devm_thermal_zone_of_sensor_register(bgp->dev, id, in ti_thermal_expose_sensor()
181 if (IS_ERR(data->ti_thermal)) { in ti_thermal_expose_sensor()
183 return PTR_ERR(data->ti_thermal); in ti_thermal_expose_sensor()
188 data->ti_thermal->polling_delay); in ti_thermal_expose_sensor()
[all …]