Home
last modified time | relevance | path

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

/linux/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_wt_req.c106 int proc_thermal_wt_req_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv) in proc_thermal_wt_req_add() function
124 EXPORT_SYMBOL_GPL(proc_thermal_wt_req_add);
H A Dprocessor_thermal_device.h88 int proc_thermal_wt_req_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv);
H A Dprocessor_thermal_device.c413 ret = proc_thermal_wt_req_add(pdev, proc_priv); in proc_thermal_mmio_add()