Home
last modified time | relevance | path

Searched refs:processor_thermal_mbox_interrupt_config (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_wt_hint.c101 ret = processor_thermal_mbox_interrupt_config(pdev, true, in workload_hint_enable_store()
105 ret = processor_thermal_mbox_interrupt_config(pdev, false, in workload_hint_enable_store()
164 ret = processor_thermal_mbox_interrupt_config(pdev, true, in notification_delay_ms_store()
242 processor_thermal_mbox_interrupt_config(pdev, false, in proc_thermal_wt_hint_remove()
H A Dprocessor_thermal_mbox.c116 int processor_thermal_mbox_interrupt_config(struct pci_dev *pdev, bool enable, in processor_thermal_mbox_interrupt_config() function
156 EXPORT_SYMBOL_NS_GPL(processor_thermal_mbox_interrupt_config, INT340X_THERMAL);
H A Dprocessor_thermal_power_floor.c62 ret = processor_thermal_mbox_interrupt_config(to_pci_dev(proc_priv->dev), enable, in proc_thermal_power_floor_set_state()
H A Dprocessor_thermal_device.h109 int processor_thermal_mbox_interrupt_config(struct pci_dev *pdev, bool enable, int enable_bit,