Searched refs:ppcc (Results 1 – 1 of 1) sorted by relevance
196 union acpi_object *elements, *ppcc; in proc_thermal_add() local239 ppcc = elements->package.elements; in proc_thermal_add()240 proc_priv->power_limits[i].index = ppcc[0].integer.value; in proc_thermal_add()241 proc_priv->power_limits[i].min_uw = ppcc[1].integer.value; in proc_thermal_add()242 proc_priv->power_limits[i].max_uw = ppcc[2].integer.value; in proc_thermal_add()243 proc_priv->power_limits[i].tmin_us = ppcc[3].integer.value; in proc_thermal_add()244 proc_priv->power_limits[i].tmax_us = ppcc[4].integer.value; in proc_thermal_add()245 proc_priv->power_limits[i].step_uw = ppcc[5].integer.value; in proc_thermal_add()