Searched refs:probed_irq (Results 1 – 1 of 1) sorted by relevance
1356 int probed_irq; in sim710_detect() local1588 probed_irq = probe_irq_off(irq_mask); in sim710_detect()1590 if (probed_irq > 0) { in sim710_detect()1592 probed_irq); in sim710_detect()1593 requested_irq = host->irq = probed_irq; in sim710_detect()1597 host->host_no, probed_irq); in sim710_detect()1605 else if (probed_irq > 0 && probed_irq != requested_irq) in sim710_detect()1607 host->host_no, requested_irq, probed_irq); in sim710_detect()1608 else if (probed_irq <= 0) in sim710_detect()1610 host->host_no, probed_irq); in sim710_detect()