ppcc              280 drivers/thermal/intel/int340x_thermal/processor_thermal_device.c 	union acpi_object *elements, *ppcc;
ppcc              309 drivers/thermal/intel/int340x_thermal/processor_thermal_device.c 		ppcc = elements->package.elements;
ppcc              310 drivers/thermal/intel/int340x_thermal/processor_thermal_device.c 		proc_priv->power_limits[i].index = ppcc[0].integer.value;
ppcc              311 drivers/thermal/intel/int340x_thermal/processor_thermal_device.c 		proc_priv->power_limits[i].min_uw = ppcc[1].integer.value;
ppcc              312 drivers/thermal/intel/int340x_thermal/processor_thermal_device.c 		proc_priv->power_limits[i].max_uw = ppcc[2].integer.value;
ppcc              313 drivers/thermal/intel/int340x_thermal/processor_thermal_device.c 		proc_priv->power_limits[i].tmin_us = ppcc[3].integer.value;
ppcc              314 drivers/thermal/intel/int340x_thermal/processor_thermal_device.c 		proc_priv->power_limits[i].tmax_us = ppcc[4].integer.value;
ppcc              315 drivers/thermal/intel/int340x_thermal/processor_thermal_device.c 		proc_priv->power_limits[i].step_uw = ppcc[5].integer.value;