Searched refs:proc_thermal_mmio_write (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/thermal/intel/int340x_thermal/ |
| H A D | processor_thermal_device_pci.c | 91 static void proc_thermal_mmio_write(struct proc_thermal_pci *pci_info, in proc_thermal_mmio_write() function 127 proc_thermal_mmio_write(pci_info, PROC_THERMAL_MMIO_INT_ENABLE_0, 1); in proc_thermal_threshold_work_fn() 207 proc_thermal_mmio_write(pci_info, PROC_THERMAL_MMIO_INT_ENABLE_0, 0); in proc_thermal_irq_handler() 236 proc_thermal_mmio_write(pci_info, PROC_THERMAL_MMIO_INT_ENABLE_0, 0); in sys_set_trip_temp() 237 proc_thermal_mmio_write(pci_info, PROC_THERMAL_MMIO_THRES_0, 0); in sys_set_trip_temp() 247 proc_thermal_mmio_write(pci_info, PROC_THERMAL_MMIO_THRES_0, _temp); in sys_set_trip_temp() 248 proc_thermal_mmio_write(pci_info, PROC_THERMAL_MMIO_INT_ENABLE_0, 1); in sys_set_trip_temp() 429 proc_thermal_mmio_write(pci_info, PROC_THERMAL_MMIO_THRES_0, 0); in proc_thermal_pci_remove() 430 proc_thermal_mmio_write(pci_info, PROC_THERMAL_MMIO_INT_ENABLE_0, 0); in proc_thermal_pci_remove() 466 proc_thermal_mmio_write(pci_info, PROC_THERMAL_MMIO_THRES_0, in proc_thermal_pci_resume() [all …]
|