Searched refs:irq_temp (Results 1 – 1 of 1) sorted by relevance
260 int irq_temp, irq_adc; in stmpe_adc_probe() local288 irq_temp = platform_get_irq_byname(pdev, "STMPE_TEMP_SENS"); in stmpe_adc_probe()289 if (irq_temp >= 0) { in stmpe_adc_probe()290 ret = devm_request_threaded_irq(&pdev->dev, irq_temp, NULL, in stmpe_adc_probe()295 " temp sensor, irq = %d\n", irq_temp); in stmpe_adc_probe()