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