Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thermal/intel/int340x_thermal/
Dprocessor_thermal_device.c275 static int proc_thermal_read_ppcc(struct proc_thermal_device *proc_priv) in proc_thermal_read_ppcc() argument
284 status = acpi_evaluate_object(proc_priv->adev->handle, "PPCC", in proc_thermal_read_ppcc()
291 dev_err(proc_priv->dev, "Invalid PPCC data\n"); in proc_thermal_read_ppcc()
297 dev_err(proc_priv->dev, "Invalid PPCC package size\n"); in proc_thermal_read_ppcc()
310 proc_priv->power_limits[i].index = ppcc[0].integer.value; in proc_thermal_read_ppcc()
311 proc_priv->power_limits[i].min_uw = ppcc[1].integer.value; in proc_thermal_read_ppcc()
312 proc_priv->power_limits[i].max_uw = ppcc[2].integer.value; in proc_thermal_read_ppcc()
313 proc_priv->power_limits[i].tmin_us = ppcc[3].integer.value; in proc_thermal_read_ppcc()
314 proc_priv->power_limits[i].tmax_us = ppcc[4].integer.value; in proc_thermal_read_ppcc()
315 proc_priv->power_limits[i].step_uw = ppcc[5].integer.value; in proc_thermal_read_ppcc()
[all …]
/Linux-v5.4/fs/proc/
Dtask_mmu.c1819 struct proc_maps_private *proc_priv = &numa_priv->proc_maps; in show_numa_map() local
1839 mpol_to_str(buffer, sizeof(buffer), proc_priv->task_mempolicy); in show_numa_map()