ti_thermal 28 drivers/thermal/ti-soc-thermal/ti-thermal-common.c struct thermal_zone_device *ti_thermal; ti_thermal 43 drivers/thermal/ti-soc-thermal/ti-thermal-common.c thermal_zone_device_update(data->ti_thermal, THERMAL_EVENT_UNSPECIFIED); ti_thermal 45 drivers/thermal/ti-soc-thermal/ti-thermal-common.c dev_dbg(&data->ti_thermal->device, "updated thermal zone %s\n", ti_thermal 46 drivers/thermal/ti-soc-thermal/ti-thermal-common.c data->ti_thermal->type); ti_thermal 87 drivers/thermal/ti-soc-thermal/ti-thermal-common.c slope = thermal_zone_get_slope(data->ti_thermal); ti_thermal 88 drivers/thermal/ti-soc-thermal/ti-thermal-common.c constant = thermal_zone_get_offset(data->ti_thermal); ti_thermal 179 drivers/thermal/ti-soc-thermal/ti-thermal-common.c data->ti_thermal = devm_thermal_zone_of_sensor_register(bgp->dev, id, ti_thermal 181 drivers/thermal/ti-soc-thermal/ti-thermal-common.c if (IS_ERR(data->ti_thermal)) { ti_thermal 183 drivers/thermal/ti-soc-thermal/ti-thermal-common.c return PTR_ERR(data->ti_thermal); ti_thermal 188 drivers/thermal/ti-soc-thermal/ti-thermal-common.c data->ti_thermal->polling_delay); ti_thermal 199 drivers/thermal/ti-soc-thermal/ti-thermal-common.c if (data && data->ti_thermal) { ti_thermal 201 drivers/thermal/ti-soc-thermal/ti-thermal-common.c thermal_zone_device_unregister(data->ti_thermal);