Home
last modified time | relevance | path

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

/linux/drivers/thermal/intel/int340x_thermal/
H A Dplatform_temperature_control.c278 int proc_thermal_ptc_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv) in proc_thermal_ptc_add() function
294 EXPORT_SYMBOL_GPL(proc_thermal_ptc_add);
H A Dprocessor_thermal_device.h131 int proc_thermal_ptc_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv);
H A Dprocessor_thermal_device.c415 ret = proc_thermal_ptc_add(pdev, proc_priv); in proc_thermal_mmio_add()