Searched refs:proc_thermal_device (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/drivers/thermal/intel/int340x_thermal/ |
D | processor_thermal_device.h | 43 struct proc_thermal_device { struct 71 int proc_thermal_rapl_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv); argument 75 struct proc_thermal_device *proc_priv) in proc_thermal_rapl_add() 85 int proc_thermal_rfim_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv); 88 int proc_thermal_wt_req_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv); 100 int proc_thermal_read_power_floor_status(struct proc_thermal_device *proc_priv); 101 int proc_thermal_power_floor_set_state(struct proc_thermal_device *proc_priv, bool enable); 102 bool proc_thermal_power_floor_get_state(struct proc_thermal_device *proc_priv); 104 struct proc_thermal_device *proc_priv); 105 bool proc_thermal_check_power_floor_intr(struct proc_thermal_device *proc_priv); [all …]
|
D | processor_thermal_power_floor.c | 38 int proc_thermal_read_power_floor_status(struct proc_thermal_device *proc_priv) in proc_thermal_read_power_floor_status() 50 int proc_thermal_power_floor_set_state(struct proc_thermal_device *proc_priv, bool enable) in proc_thermal_power_floor_set_state() 74 bool proc_thermal_power_floor_get_state(struct proc_thermal_device *proc_priv) in proc_thermal_power_floor_get_state() 90 bool proc_thermal_check_power_floor_intr(struct proc_thermal_device *proc_priv) in proc_thermal_check_power_floor_intr() 113 struct proc_thermal_device *proc_priv) in proc_thermal_power_floor_intr_callback()
|
D | processor_thermal_device.c | 23 struct proc_thermal_device *proc_dev = dev_get_drvdata(dev); \ 33 struct proc_thermal_device *proc_dev = dev_get_drvdata(dev); in power_floor_status_show() 45 struct proc_thermal_device *proc_dev = dev_get_drvdata(dev); in power_floor_enable_show() 57 struct proc_thermal_device *proc_dev = dev_get_drvdata(dev); in power_floor_enable_store() 117 struct proc_thermal_device *proc_dev; in power_limit_attr_visible() 196 static int proc_thermal_read_ppcc(struct proc_thermal_device *proc_priv) in proc_thermal_read_ppcc() 248 struct proc_thermal_device *proc_priv = data; in proc_thermal_notify() 265 int proc_thermal_add(struct device *dev, struct proc_thermal_device *proc_priv) in proc_thermal_add() 325 void proc_thermal_remove(struct proc_thermal_device *proc_priv) in proc_thermal_remove() 350 struct proc_thermal_device *proc_dev; in proc_thermal_resume() [all …]
|
D | processor_thermal_wt_hint.c | 56 struct proc_thermal_device *proc_priv; in workload_type_index_show() 197 bool proc_thermal_check_wt_intr(struct proc_thermal_device *proc_priv) in proc_thermal_check_wt_intr() 210 void proc_thermal_wt_intr_callback(struct pci_dev *pdev, struct proc_thermal_device *proc_priv) in proc_thermal_wt_intr_callback() 224 int proc_thermal_wt_hint_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv) in proc_thermal_wt_hint_add()
|
D | processor_thermal_device_pci.c | 25 struct proc_thermal_device *proc_priv; 137 static void proc_thermal_clear_soc_int_status(struct proc_thermal_device *proc_priv) in proc_thermal_clear_soc_int_status() 180 struct proc_thermal_device *proc_priv; in proc_thermal_irq_handler() 332 struct proc_thermal_device *proc_priv; in proc_thermal_pci_probe() 425 struct proc_thermal_device *proc_priv = pci_get_drvdata(pdev); in proc_thermal_pci_remove() 446 struct proc_thermal_device *proc_priv; in proc_thermal_pci_suspend() 460 struct proc_thermal_device *proc_priv; in proc_thermal_pci_resume()
|
D | processor_thermal_mbox.c | 21 static int wait_for_mbox_ready(struct proc_thermal_device *proc_priv) in wait_for_mbox_ready() 43 struct proc_thermal_device *proc_priv; in send_mbox_write_cmd() 62 struct proc_thermal_device *proc_priv; in send_mbox_read_cmd()
|
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_rfim.c | 175 struct proc_thermal_device *proc_priv;\ 218 struct proc_thermal_device *proc_priv;\ 440 int proc_thermal_rfim_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv) in proc_thermal_rfim_add() 474 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_wt_req.c | 106 int proc_thermal_wt_req_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv) in proc_thermal_wt_req_add()
|
D | processor_thermal_rapl.c | 46 int proc_thermal_rapl_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv) in proc_thermal_rapl_add()
|