Home
last modified time | relevance | path

Searched refs:proc_thermal_rapl_add (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_device.h66 int proc_thermal_rapl_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv);
69 static int __maybe_unused proc_thermal_rapl_add(struct pci_dev *pdev, in proc_thermal_rapl_add() function
H A Dprocessor_thermal_rapl.c82 int proc_thermal_rapl_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv) in proc_thermal_rapl_add() function
123 EXPORT_SYMBOL_GPL(proc_thermal_rapl_add);
H A Dprocessor_thermal_device.c332 ret = proc_thermal_rapl_add(pdev, proc_priv); in proc_thermal_mmio_add()