Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/int340x_thermal/
Dprocessor_thermal_device.c208 static int proc_thermal_read_ppcc(struct proc_thermal_device *proc_priv) in proc_thermal_read_ppcc() argument
217 status = acpi_evaluate_object(proc_priv->adev->handle, "PPCC", in proc_thermal_read_ppcc()
224 dev_err(proc_priv->dev, "Invalid PPCC data\n"); in proc_thermal_read_ppcc()
230 dev_err(proc_priv->dev, "Invalid PPCC package size\n"); in proc_thermal_read_ppcc()
243 proc_priv->power_limits[i].index = ppcc[0].integer.value; in proc_thermal_read_ppcc()
244 proc_priv->power_limits[i].min_uw = ppcc[1].integer.value; in proc_thermal_read_ppcc()
245 proc_priv->power_limits[i].max_uw = ppcc[2].integer.value; in proc_thermal_read_ppcc()
246 proc_priv->power_limits[i].tmin_us = ppcc[3].integer.value; in proc_thermal_read_ppcc()
247 proc_priv->power_limits[i].tmax_us = ppcc[4].integer.value; in proc_thermal_read_ppcc()
248 proc_priv->power_limits[i].step_uw = ppcc[5].integer.value; in proc_thermal_read_ppcc()
[all …]
/Linux-v4.19/fs/proc/
Dtask_mmu.c1727 struct proc_maps_private *proc_priv = &numa_priv->proc_maps; in show_numa_map() local
1753 mpol_to_str(buffer, sizeof(buffer), proc_priv->task_mempolicy); in show_numa_map()