Lines Matching full:up
17 * Internal function to attach a dedicated wake-up interrupt as a wake IRQ.
46 * automatically configured for wake-up from suspend based
107 * handle_threaded_wake_irq - Handler for dedicated wake-up interrupts
108 * @irq: Device specific dedicated wake-up interrupt
111 * Some devices have a separate wake-up interrupt in addition to the
112 * device IO interrupt. The wake-up interrupt signals that a device
113 * should be woken up from it's idle state. This handler uses device
115 * up to the device to do whatever it needs to. Note that as the
116 * device may need to restore context and start up regulators, we
120 * We assume that the wake-up interrupt just needs to wake-up the
170 * Consumer device may need to power up and restore state in __dev_pm_set_dedicated_wake_irq()
199 * dev_pm_set_dedicated_wake_irq - Request a dedicated wake-up interrupt
201 * @irq: Device wake-up interrupt
203 * Unless your hardware has separate wake-up interrupts in addition
206 * Sets up a threaded interrupt handler for a device that has
207 * a dedicated wake-up interrupt in addition to the device IO
222 * dev_pm_set_dedicated_wake_irq_reverse - Request a dedicated wake-up interrupt
225 * @irq: Device wake-up interrupt
227 * Unless your hardware has separate wake-up interrupts in addition
230 * Sets up a threaded interrupt handler for a device that has a dedicated
231 * wake-up interrupt in addition to the device IO interrupt. It sets
233 * to enable dedicated wake-up interrupt after running the runtime suspend
248 * dev_pm_enable_wake_irq - Enable device wake-up interrupt
252 * runtime_resume() to override the PM runtime core managed wake-up
253 * interrupt handling to enable the wake-up interrupt.
255 * Note that for runtime_suspend()) the wake-up interrupts
269 * dev_pm_disable_wake_irq - Disable device wake-up interrupt
273 * runtime_suspend() to override the PM runtime core managed wake-up
274 * interrupt handling to disable the wake-up interrupt.
286 * dev_pm_enable_wake_irq_check - Checks and enables wake-up interrupt
288 * @can_change_status: Can change wake-up interrupt status
290 * Enables wakeirq conditionally. We need to enable wake-up interrupt
293 * otherwise try to disable already disabled wakeirq. The wake-up interrupt
322 * dev_pm_disable_wake_irq_check - Checks and disables wake-up interrupt
326 * Disables wake-up interrupt conditionally based on status.
366 * dev_pm_arm_wake_irq - Arm device wake-up
367 * @wirq: Device wake-up interrupt
369 * Sets up the wake-up event conditionally based on the
387 * dev_pm_disarm_wake_irq - Disarm device wake-up
388 * @wirq: Device wake-up interrupt
390 * Clears up the wake-up event conditionally based on the