Searched refs:proc_thermal_device (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/drivers/thermal/intel/int340x_thermal/ |
D | processor_thermal_device.h | 41 struct proc_thermal_device { struct 65 int proc_thermal_rapl_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv); argument 69 struct proc_thermal_device *proc_priv) in proc_thermal_rapl_add() 79 int proc_thermal_rfim_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv); 82 int proc_thermal_mbox_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv); 87 int proc_thermal_add(struct device *dev, struct proc_thermal_device *priv); 88 void proc_thermal_remove(struct proc_thermal_device *proc_priv); 92 struct proc_thermal_device *proc_priv, 94 void proc_thermal_mmio_remove(struct pci_dev *pdev, struct proc_thermal_device *proc_priv);
|
D | processor_thermal_device.c | 22 struct proc_thermal_device *proc_dev = dev_get_drvdata(dev); \ 214 static int proc_thermal_read_ppcc(struct proc_thermal_device *proc_priv) in proc_thermal_read_ppcc() 266 struct proc_thermal_device *proc_priv = data; in proc_thermal_notify() 283 int proc_thermal_add(struct device *dev, struct proc_thermal_device *proc_priv) in proc_thermal_add() 344 void proc_thermal_remove(struct proc_thermal_device *proc_priv) in proc_thermal_remove() 369 struct proc_thermal_device *proc_dev; in proc_thermal_resume() 384 static int proc_thermal_set_mmio_base(struct pci_dev *pdev, struct proc_thermal_device *proc_priv) in proc_thermal_set_mmio_base() 400 struct proc_thermal_device *proc_priv, in proc_thermal_mmio_add() 449 void proc_thermal_mmio_remove(struct pci_dev *pdev, struct proc_thermal_device *proc_priv) in proc_thermal_mmio_remove()
|
D | processor_thermal_mbox.c | 27 static int wait_for_mbox_ready(struct proc_thermal_device *proc_priv) in wait_for_mbox_ready() 49 struct proc_thermal_device *proc_priv; in send_mbox_write_cmd() 75 struct proc_thermal_device *proc_priv; in send_mbox_read_cmd() 211 int proc_thermal_mbox_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv) in proc_thermal_mbox_add()
|
D | processor_thermal_device_pci_legacy.c | 21 struct proc_thermal_device *proc_priv; in proc_thermal_pci_msi_irq() 34 struct proc_thermal_device *proc_priv; in proc_thermal_pci_probe() 95 struct proc_thermal_device *proc_priv = pci_get_drvdata(pdev); in proc_thermal_pci_remove()
|
D | processor_thermal_device_pci.c | 20 struct proc_thermal_device *proc_priv; 217 struct proc_thermal_device *proc_priv; in proc_thermal_pci_probe() 298 struct proc_thermal_device *proc_priv = pci_get_drvdata(pdev); in proc_thermal_pci_remove() 320 struct proc_thermal_device *proc_priv; in proc_thermal_pci_suspend() 334 struct proc_thermal_device *proc_priv; in proc_thermal_pci_resume()
|
D | processor_thermal_rfim.c | 73 struct proc_thermal_device *proc_priv;\ 102 struct proc_thermal_device *proc_priv;\ 266 int proc_thermal_rfim_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv) in proc_thermal_rfim_add() 290 struct proc_thermal_device *proc_priv = pci_get_drvdata(pdev); in proc_thermal_rfim_remove()
|
D | int3401_thermal.c | 23 struct proc_thermal_device *proc_priv; in int3401_add()
|
D | processor_thermal_rapl.c | 82 int proc_thermal_rapl_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv) in proc_thermal_rapl_add()
|