Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thermal/intel/int340x_thermal/
Dprocessor_thermal_wt_hint.c197 bool proc_thermal_check_wt_intr(struct proc_thermal_device *proc_priv) in proc_thermal_check_wt_intr() function
207 EXPORT_SYMBOL_NS_GPL(proc_thermal_check_wt_intr, INT340X_THERMAL);
Dprocessor_thermal_device.h117 bool proc_thermal_check_wt_intr(struct proc_thermal_device *proc_priv);
Dprocessor_thermal_device_pci.c189 if (msi_id == WORKLOAD_CHANGE || proc_thermal_check_wt_intr(pci_info->proc_priv)) in proc_thermal_irq_handler()