Lines Matching full:up
15 * @irq: Device wake-up capable interrupt
19 * dedicated wake-up interrupt as a wake IRQ.
49 * automatically configured for wake-up from suspend based
110 * handle_threaded_wake_irq - Handler for dedicated wake-up interrupts
111 * @irq: Device specific dedicated wake-up interrupt
114 * Some devices have a separate wake-up interrupt in addition to the
115 * device IO interrupt. The wake-up interrupt signals that a device
116 * should be woken up from it's idle state. This handler uses device
118 * up to the device to do whatever it needs to. Note that as the
119 * device may need to restore context and start up regulators, we
123 * We assume that the wake-up interrupt just needs to wake-up the
149 * dev_pm_set_dedicated_wake_irq - Request a dedicated wake-up interrupt
151 * @irq: Device wake-up interrupt
153 * Unless your hardware has separate wake-up interrupts in addition
156 * Sets up a threaded interrupt handler for a device that has
157 * a dedicated wake-up interrupt in addition to the device IO
191 * Consumer device may need to power up and restore state in dev_pm_set_dedicated_wake_irq()
219 * dev_pm_enable_wake_irq - Enable device wake-up interrupt
223 * runtime_resume() to override the PM runtime core managed wake-up
224 * interrupt handling to enable the wake-up interrupt.
226 * Note that for runtime_suspend()) the wake-up interrupts
240 * dev_pm_disable_wake_irq - Disable device wake-up interrupt
244 * runtime_suspend() to override the PM runtime core managed wake-up
245 * interrupt handling to disable the wake-up interrupt.
257 * dev_pm_enable_wake_irq_check - Checks and enables wake-up interrupt
259 * @can_change_status: Can change wake-up interrupt status
261 * Enables wakeirq conditionally. We need to enable wake-up interrupt
264 * otherwise try to disable already disabled wakeirq. The wake-up interrupt
292 * dev_pm_disable_wake_irq_check - Checks and disables wake-up interrupt
295 * Disables wake-up interrupt conditionally based on status.
310 * dev_pm_arm_wake_irq - Arm device wake-up
311 * @wirq: Device wake-up interrupt
313 * Sets up the wake-up event conditionally based on the
331 * dev_pm_disarm_wake_irq - Disarm device wake-up
332 * @wirq: Device wake-up interrupt
334 * Clears up the wake-up event conditionally based on the