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

/linux-4.1.27/drivers/thermal/
H A Ddb8500_thermal.c396 int low_irq, high_irq, ret = 0; db8500_thermal_probe() local
434 high_irq = platform_get_irq_byname(pdev, "IRQ_HOTMON_HIGH"); db8500_thermal_probe()
435 if (high_irq < 0) { db8500_thermal_probe()
437 ret = high_irq; db8500_thermal_probe()
441 ret = devm_request_threaded_irq(&pdev->dev, high_irq, NULL, db8500_thermal_probe()

Completed in 32 milliseconds