Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thermal/intel/int340x_thermal/
Dprocessor_thermal_mbox.c211 int proc_thermal_mbox_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv) in proc_thermal_mbox_add() function
229 EXPORT_SYMBOL_GPL(proc_thermal_mbox_add);
Dprocessor_thermal_device.h82 int proc_thermal_mbox_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv);
Dprocessor_thermal_device.c431 ret = proc_thermal_mbox_add(pdev, proc_priv); in proc_thermal_mmio_add()