Lines Matching refs:irq_high
64 int irq_high; member
334 if (port->irq_high && (gpio_idx >= 16)) in gpio_set_wake_irq()
335 ret = enable_irq_wake(port->irq_high); in gpio_set_wake_irq()
340 if (port->irq_high && (gpio_idx >= 16)) in gpio_set_wake_irq()
341 ret = disable_irq_wake(port->irq_high); in gpio_set_wake_irq()
411 if (port->irq_high > 0) { in mxc_update_irq_chained_handler()
413 irq_set_chained_handler_and_data(port->irq_high, in mxc_update_irq_chained_handler()
417 irq_set_chained_handler_and_data(port->irq_high, NULL, NULL); in mxc_update_irq_chained_handler()
445 port->irq_high = platform_get_irq(pdev, 1); in mxc_gpio_probe()
446 if (port->irq_high < 0) in mxc_gpio_probe()
447 port->irq_high = 0; in mxc_gpio_probe()
476 port->irq_high = -1; in mxc_gpio_probe()