Searched refs:soc_dts (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/drivers/thermal/intel/ |
D | intel_soc_dts_thermal.c | 28 static struct intel_soc_dts_sensors *soc_dts; variable 33 intel_soc_dts_iosf_interrupt_handler(soc_dts); in soc_irq_thread_fn() 54 soc_dts = intel_soc_dts_iosf_init(INTEL_SOC_DTS_INTERRUPT_APIC, true, in intel_soc_thermal_init() 56 if (IS_ERR(soc_dts)) { in intel_soc_thermal_init() 57 err = PTR_ERR(soc_dts); in intel_soc_thermal_init() 81 "soc_dts", soc_dts); in intel_soc_thermal_init() 98 free_irq(soc_dts_thres_irq, soc_dts); in intel_soc_thermal_exit() 101 intel_soc_dts_iosf_exit(soc_dts); in intel_soc_thermal_exit()
|
D | intel_soc_dts_iosf.c | 308 thermal_zone_device_update(sensors->soc_dts[i].tzone, in intel_soc_dts_iosf_interrupt_handler() 318 configure_trip(&sensors->soc_dts[dts_index], 0, 0, 0); in dts_trips_reset() 319 configure_trip(&sensors->soc_dts[dts_index], 1, 0, 0); in dts_trips_reset() 351 sensors->soc_dts[i].sensors = sensors; in intel_soc_dts_iosf_init() 353 ret = configure_trip(&sensors->soc_dts[i], 0, in intel_soc_dts_iosf_init() 365 ret = configure_trip(&sensors->soc_dts[i], 1, trip_type, temp); in intel_soc_dts_iosf_init() 371 ret = add_dts_thermal_zone(i, &sensors->soc_dts[i], critical_trip); in intel_soc_dts_iosf_init() 380 remove_dts_thermal_zone(&sensors->soc_dts[i]); in intel_soc_dts_iosf_init() 396 remove_dts_thermal_zone(&sensors->soc_dts[i]); in intel_soc_dts_iosf_exit()
|
D | intel_quark_dts_thermal.c | 111 static struct soc_sensor_entry *soc_dts; variable 406 soc_dts = alloc_soc_dts(); in intel_quark_thermal_init() 407 if (IS_ERR(soc_dts)) in intel_quark_thermal_init() 408 return PTR_ERR(soc_dts); in intel_quark_thermal_init() 415 free_soc_dts(soc_dts); in intel_quark_thermal_exit()
|
D | intel_soc_dts_iosf.h | 42 struct intel_soc_dts_sensor_entry soc_dts[SOC_MAX_DTS_SENSORS]; member
|
/Linux-v6.6/drivers/thermal/intel/int340x_thermal/ |
D | processor_thermal_device_pci_legacy.c | 26 intel_soc_dts_iosf_interrupt_handler(proc_priv->soc_dts); in proc_thermal_pci_msi_irq() 61 proc_priv->soc_dts = intel_soc_dts_iosf_init( in proc_thermal_pci_probe() 64 if (!IS_ERR(proc_priv->soc_dts) && pdev->irq) { in proc_thermal_pci_probe() 73 proc_priv->soc_dts); in proc_thermal_pci_probe() 75 proc_priv->soc_dts = NULL; in proc_thermal_pci_probe() 97 if (proc_priv->soc_dts) { in proc_thermal_pci_remove() 98 intel_soc_dts_iosf_exit(proc_priv->soc_dts); in proc_thermal_pci_remove()
|
D | processor_thermal_device.h | 46 struct intel_soc_dts_sensors *soc_dts; member
|