Home
last modified time | relevance | path

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

/openbmc/linux/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()