Lines Matching refs:parent_wake_irq
54 int parent_wake_irq; member
222 ret = enable_irq_wake(priv->parent_wake_irq); in brcmstb_gpio_priv_set_wake()
224 ret = disable_irq_wake(priv->parent_wake_irq); in brcmstb_gpio_priv_set_wake()
254 if (!priv || irq != priv->parent_wake_irq) in brcmstb_gpio_wake_irq_handler()
448 priv->parent_wake_irq = platform_get_irq(pdev, 1); in brcmstb_gpio_irq_setup()
449 if (priv->parent_wake_irq < 0) { in brcmstb_gpio_irq_setup()
450 priv->parent_wake_irq = 0; in brcmstb_gpio_irq_setup()
460 err = devm_request_irq(dev, priv->parent_wake_irq, in brcmstb_gpio_irq_setup()
479 if (priv->parent_wake_irq) in brcmstb_gpio_irq_setup()
523 if (priv->parent_wake_irq) in brcmstb_gpio_quiesce()
567 if (priv->parent_wake_irq && need_wakeup_event) in brcmstb_gpio_resume()
730 if (priv->parent_wake_irq && need_wakeup_event) in brcmstb_gpio_probe()