Home
last modified time | relevance | path

Searched refs:parent_wake_irq (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/gpio/
Dgpio-brcmstb.c55 int parent_wake_irq; member
223 ret = enable_irq_wake(priv->parent_wake_irq); in brcmstb_gpio_priv_set_wake()
225 ret = disable_irq_wake(priv->parent_wake_irq); in brcmstb_gpio_priv_set_wake()
255 if (!priv || irq != priv->parent_wake_irq) in brcmstb_gpio_wake_irq_handler()
451 priv->parent_wake_irq = platform_get_irq(pdev, 1); in brcmstb_gpio_irq_setup()
452 if (priv->parent_wake_irq < 0) { in brcmstb_gpio_irq_setup()
453 priv->parent_wake_irq = 0; in brcmstb_gpio_irq_setup()
463 err = devm_request_irq(dev, priv->parent_wake_irq, in brcmstb_gpio_irq_setup()
482 if (priv->parent_wake_irq) in brcmstb_gpio_irq_setup()
526 if (priv->parent_wake_irq) in brcmstb_gpio_quiesce()
[all …]