Searched refs:ti_thermal (Results 1 – 1 of 1) sorted by relevance
42 struct thermal_zone_device *ti_thermal; member57 thermal_zone_device_update(data->ti_thermal, THERMAL_EVENT_UNSPECIFIED); in ti_thermal_work()59 dev_dbg(&data->ti_thermal->device, "updated thermal zone %s\n", in ti_thermal_work()60 data->ti_thermal->type); in ti_thermal_work()101 slope = thermal_zone_get_slope(data->ti_thermal); in __ti_thermal_get_temp()102 constant = thermal_zone_get_offset(data->ti_thermal); in __ti_thermal_get_temp()193 data->ti_thermal = devm_thermal_zone_of_sensor_register(bgp->dev, id, in ti_thermal_expose_sensor()195 if (IS_ERR(data->ti_thermal)) { in ti_thermal_expose_sensor()197 return PTR_ERR(data->ti_thermal); in ti_thermal_expose_sensor()202 data->ti_thermal->polling_delay); in ti_thermal_expose_sensor()[all …]