Home
last modified time | relevance | path

Searched refs:thermal_irq (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/thermal/tegra/
H A Dsoctherm.c337 int thermal_irq; member
2022 tegra->thermal_irq = platform_get_irq(pdev, 0); in soctherm_interrupts_init()
2023 if (tegra->thermal_irq < 0) { in soctherm_interrupts_init()
2024 dev_dbg(&pdev->dev, "get 'thermal_irq' failed.\n"); in soctherm_interrupts_init()
2035 tegra->thermal_irq, in soctherm_interrupts_init()
2042 dev_err(&pdev->dev, "request_irq 'thermal_irq' failed.\n"); in soctherm_interrupts_init()
/kernel/linux/linux-6.6/drivers/thermal/tegra/
H A Dsoctherm.c337 int thermal_irq; member
1984 tegra->thermal_irq = platform_get_irq(pdev, 0); in soctherm_interrupts_init()
1985 if (tegra->thermal_irq < 0) { in soctherm_interrupts_init()
1986 dev_dbg(&pdev->dev, "get 'thermal_irq' failed.\n"); in soctherm_interrupts_init()
1997 tegra->thermal_irq, in soctherm_interrupts_init()
2004 dev_err(&pdev->dev, "request_irq 'thermal_irq' failed.\n"); in soctherm_interrupts_init()

Completed in 7 milliseconds