Lines Matching refs:wakeirq
325 if (dev->power.wakeirq)
326 device_wakeup_attach_irq(dev, dev->power.wakeirq);
361 * device_wakeup_attach_irq - Attach a wakeirq to a wakeup source
363 * @wakeirq: Device specific wakeirq entry
365 * Attach a device wakeirq to the wakeup source so the device
372 struct wake_irq *wakeirq)
380 if (ws->wakeirq)
383 ws->wakeirq = wakeirq;
387 * device_wakeup_detach_irq - Detach a wakeirq from a wakeup source
390 * Removes a device wakeirq from the wakeup source.
400 ws->wakeirq = NULL;
415 dev_pm_arm_wake_irq(ws->wakeirq);
431 dev_pm_disarm_wake_irq(ws->wakeirq);