Home
last modified time | relevance | path

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

/linux/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_device_pci.c76 static int proc_thermal_msi_map[MSI_THERMAL_MAX]; variable
169 if (proc_thermal_msi_map[i] == irq) in proc_thermal_match_msi_irq()
285 if (proc_thermal_msi_map[i]) in proc_thermal_free_msi()
286 devm_free_irq(&pdev->dev, proc_thermal_msi_map[i], pci_info); in proc_thermal_free_msi()
316 proc_thermal_msi_map[i] = irq; in proc_thermal_setup_msi()