Home
last modified time | relevance | path

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

/linux/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_device.h111 int proc_thermal_add(struct device *dev, struct proc_thermal_device *priv);
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.c265 int proc_thermal_add(struct device *dev, struct proc_thermal_device *proc_priv) in proc_thermal_add() function
323 EXPORT_SYMBOL_GPL(proc_thermal_add);
H A Dprocessor_thermal_device_pci.c367 ret = proc_thermal_add(&pdev->dev, proc_priv); in proc_thermal_pci_probe()