Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thermal/
H A Ddb8500_thermal.c170 int low_irq, high_irq, ret = 0; in db8500_thermal_probe() local
176 low_irq = platform_get_irq_byname(pdev, "IRQ_HOTMON_LOW"); in db8500_thermal_probe()
177 if (low_irq < 0) { in db8500_thermal_probe()
179 return low_irq; in db8500_thermal_probe()
182 ret = devm_request_threaded_irq(dev, low_irq, NULL, in db8500_thermal_probe()
/kernel/linux/linux-6.6/drivers/thermal/
H A Ddb8500_thermal.c155 int low_irq, high_irq, ret = 0; in db8500_thermal_probe() local
163 low_irq = platform_get_irq_byname(pdev, "IRQ_HOTMON_LOW"); in db8500_thermal_probe()
164 if (low_irq < 0) in db8500_thermal_probe()
165 return low_irq; in db8500_thermal_probe()
167 ret = devm_request_threaded_irq(dev, low_irq, NULL, in db8500_thermal_probe()

Completed in 1 milliseconds