Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/thermal/tegra/
Dsoctherm.c348 struct mutex thermctl_lock; member
640 mutex_lock(&zn->ts->thermctl_lock); in thermal_irq_enable()
644 mutex_unlock(&zn->ts->thermctl_lock); in thermal_irq_enable()
652 mutex_lock(&zn->ts->thermctl_lock); in thermal_irq_disable()
656 mutex_unlock(&zn->ts->thermctl_lock); in thermal_irq_disable()
2099 mutex_init(&tegra->thermctl_lock); in tegra_soctherm_probe()