Searched defs:proc_thermal_device (Results 1 – 1 of 1) sorted by relevance
47 struct proc_thermal_device { struct48 struct device *dev;49 struct acpi_device *adev;50 struct power_config power_limits[2];51 struct int34x_thermal_zone *int340x_zone;52 struct intel_soc_dts_sensors *soc_dts;53 u32 mmio_feature_mask;77 int proc_thermal_rapl_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv); argument