Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thermal/intel/int340x_thermal/
Dprocessor_thermal_wt_hint.c224 int proc_thermal_wt_hint_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv) in proc_thermal_wt_hint_add() function
236 EXPORT_SYMBOL_NS_GPL(proc_thermal_wt_hint_add, INT340X_THERMAL);
Dprocessor_thermal_device.h114 int proc_thermal_wt_hint_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv);
Dprocessor_thermal_device.c419 ret = proc_thermal_wt_hint_add(pdev, proc_priv); in proc_thermal_mmio_add()