Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/thermal/intel/int340x_thermal/
Dprocessor_thermal_device.c281 static int proc_thermal_read_ppcc(struct proc_thermal_device *proc_priv) in proc_thermal_read_ppcc() argument
290 status = acpi_evaluate_object(proc_priv->adev->handle, "PPCC", in proc_thermal_read_ppcc()
297 dev_err(proc_priv->dev, "Invalid PPCC data\n"); in proc_thermal_read_ppcc()
303 dev_err(proc_priv->dev, "Invalid PPCC package size\n"); in proc_thermal_read_ppcc()
316 proc_priv->power_limits[i].index = ppcc[0].integer.value; in proc_thermal_read_ppcc()
317 proc_priv->power_limits[i].min_uw = ppcc[1].integer.value; in proc_thermal_read_ppcc()
318 proc_priv->power_limits[i].max_uw = ppcc[2].integer.value; in proc_thermal_read_ppcc()
319 proc_priv->power_limits[i].tmin_us = ppcc[3].integer.value; in proc_thermal_read_ppcc()
320 proc_priv->power_limits[i].tmax_us = ppcc[4].integer.value; in proc_thermal_read_ppcc()
321 proc_priv->power_limits[i].step_uw = ppcc[5].integer.value; in proc_thermal_read_ppcc()
[all …]
/Linux-v5.10/fs/proc/
Dtask_mmu.c1855 struct proc_maps_private *proc_priv = &numa_priv->proc_maps; in show_numa_map() local
1875 mpol_to_str(buffer, sizeof(buffer), proc_priv->task_mempolicy); in show_numa_map()