Home
last modified time | relevance | path

Searched refs:proc_thermal_add (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/thermal/intel/int340x_thermal/
H A Dint3401_thermal.c30 ret = proc_thermal_add(&pdev->dev, proc_priv); in int3401_add()
H A Dprocessor_thermal_device.h88 int proc_thermal_add(struct device *dev, struct proc_thermal_device *priv);
H A Dprocessor_thermal_device.c202 int proc_thermal_add(struct device *dev, struct proc_thermal_device *proc_priv) in proc_thermal_add() function
260 EXPORT_SYMBOL_GPL(proc_thermal_add);
H A Dprocessor_thermal_device_pci_legacy.c47 ret = proc_thermal_add(&pdev->dev, proc_priv); in proc_thermal_pci_probe()
H A Dprocessor_thermal_device_pci.c226 ret = proc_thermal_add(&pdev->dev, proc_priv); in proc_thermal_pci_probe()