Searched refs:proc_thermal_device (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/thermal/intel/int340x_thermal/ |
| H A D | processor_thermal_device.h | 47 struct proc_thermal_device { struct 77 int proc_thermal_rapl_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv); argument 81 struct proc_thermal_device *proc_priv) in proc_thermal_rapl_add() 91 int proc_thermal_rfim_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv); 94 int proc_thermal_wt_req_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv); 106 int proc_thermal_read_power_floor_status(struct proc_thermal_device *proc_priv); 107 int proc_thermal_power_floor_set_state(struct proc_thermal_device *proc_priv, bool enable); 108 bool proc_thermal_power_floor_get_state(struct proc_thermal_device *proc_priv); 110 struct proc_thermal_device *proc_priv); 111 bool proc_thermal_check_power_floor_intr(struct proc_thermal_device *proc_priv); [all …]
|
| H A D | processor_thermal_device.c | 25 struct proc_thermal_device *proc_dev = dev_get_drvdata(dev); \ 35 struct proc_thermal_device *proc_dev = dev_get_drvdata(dev); in power_floor_status_show() 47 struct proc_thermal_device *proc_dev = dev_get_drvdata(dev); in power_floor_enable_show() 59 struct proc_thermal_device *proc_dev = dev_get_drvdata(dev); in power_floor_enable_store() 119 struct proc_thermal_device *proc_dev; in power_limit_attr_visible() 198 static int proc_thermal_read_ppcc(struct proc_thermal_device *proc_priv) in proc_thermal_read_ppcc() 250 struct proc_thermal_device *proc_priv = data; in proc_thermal_notify() 267 int proc_thermal_add(struct device *dev, struct proc_thermal_device *proc_priv) in proc_thermal_add() 327 void proc_thermal_remove(struct proc_thermal_device *proc_priv) in proc_thermal_remove() 342 struct proc_thermal_device *proc_dev; in proc_thermal_suspend() [all …]
|
| H A D | processor_thermal_soc_slider.c | 165 static inline u64 read_soc_slider(struct proc_thermal_device *proc_priv) in read_soc_slider() 170 static inline void write_soc_slider(struct proc_thermal_device *proc_priv, u64 val) in write_soc_slider() 177 static void set_soc_power_profile(struct proc_thermal_device *proc_priv, int slider) in set_soc_power_profile() 203 struct proc_thermal_device *proc_priv; in power_slider_platform_profile_set() 226 struct proc_thermal_device *proc_priv; in power_slider_platform_profile_get() 261 int proc_thermal_soc_power_slider_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv) in proc_thermal_soc_power_slider_add() 276 void proc_thermal_soc_power_slider_suspend(struct proc_thermal_device *proc_priv) in proc_thermal_soc_power_slider_suspend() 282 void proc_thermal_soc_power_slider_resume(struct proc_thermal_device *proc_priv) in proc_thermal_soc_power_slider_resume()
|
| H A 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()
|
| H A D | processor_thermal_wt_hint.c | 58 struct proc_thermal_device *proc_priv; in workload_type_index_show() 238 bool proc_thermal_check_wt_intr(struct proc_thermal_device *proc_priv) in proc_thermal_check_wt_intr() 251 void proc_thermal_wt_intr_callback(struct pci_dev *pdev, struct proc_thermal_device *proc_priv) in proc_thermal_wt_intr_callback() 265 int proc_thermal_wt_hint_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv) in proc_thermal_wt_hint_add()
|
| H A 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() 331 struct proc_thermal_device *proc_priv; in proc_thermal_pci_probe() 424 struct proc_thermal_device *proc_priv = pci_get_drvdata(pdev); in proc_thermal_pci_remove() 445 struct proc_thermal_device *proc_priv; in proc_thermal_pci_suspend() 459 struct proc_thermal_device *proc_priv; in proc_thermal_pci_resume()
|
| H A 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()
|
| H A 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()
|
| H A D | platform_temperature_control.c | 95 struct proc_thermal_device *proc_priv; in ptc_mmio_show() 129 struct proc_thermal_device *proc_priv; in ptc_mmio_write() 278 int proc_thermal_ptc_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv) in proc_thermal_ptc_add() 298 struct proc_thermal_device *proc_priv = pci_get_drvdata(pdev); in proc_thermal_ptc_remove()
|
| H A D | processor_thermal_rfim.c | 191 struct proc_thermal_device *proc_priv;\ 228 struct proc_thermal_device *proc_priv;\ 443 int proc_thermal_rfim_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv) in proc_thermal_rfim_add() 495 struct proc_thermal_device *proc_priv = pci_get_drvdata(pdev); in proc_thermal_rfim_remove()
|
| H A D | int3401_thermal.c | 23 struct proc_thermal_device *proc_priv; in int3401_add()
|
| H A D | processor_thermal_wt_req.c | 107 int proc_thermal_wt_req_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv) in proc_thermal_wt_req_add()
|
| H A 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()
|