Home
last modified time | relevance | path

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

/linux/drivers/thermal/intel/
H A Dintel_soc_dts_thermal.c28 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()
H A Dintel_quark_dts_thermal.c106 static struct soc_sensor_entry *soc_dts; variable
414 soc_dts = alloc_soc_dts(); in intel_quark_thermal_init()
415 if (IS_ERR(soc_dts)) in intel_quark_thermal_init()
416 return PTR_ERR(soc_dts); in intel_quark_thermal_init()
423 free_soc_dts(soc_dts); in intel_quark_thermal_exit()
H A Dintel_soc_dts_iosf.c283 thermal_zone_device_update(sensors->soc_dts[i].tzone, in intel_soc_dts_iosf_interrupt_handler()
335 sensors->soc_dts[i].sensors = sensors; in intel_soc_dts_iosf_init()
359 ret = add_dts_thermal_zone(i, &sensors->soc_dts[i], trips[i]); in intel_soc_dts_iosf_init()
368 remove_dts_thermal_zone(&sensors->soc_dts[i]); in intel_soc_dts_iosf_init()
384 remove_dts_thermal_zone(&sensors->soc_dts[i]); in intel_soc_dts_iosf_exit()
H A Dintel_soc_dts_iosf.h40 struct intel_soc_dts_sensor_entry soc_dts[SOC_MAX_DTS_SENSORS]; member
/linux/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_device_pci_legacy.c26 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()
H A Dprocessor_thermal_device.h48 struct intel_soc_dts_sensors *soc_dts; member