Lines Matching full:wake
24 * dev_pm_attach_wake_irq - Attach device interrupt as a wake IRQ
26 * @irq: Device wake-up capable interrupt
27 * @wirq: Wake irq specific data
30 * dedicated wake-up interrupt as a wake IRQ.
42 "wake irq already initialized\n")) { in dev_pm_attach_wake_irq()
55 * dev_pm_set_wake_irq - Attach device IO interrupt as wake IRQ
59 * Attach a device IO interrupt as a wake IRQ. The wake IRQ gets
60 * automatically configured for wake-up from suspend based
88 * dev_pm_clear_wake_irq - Detach a device IO interrupt wake IRQ
91 * Detach a device wake IRQ and free resources.
95 * a wake IRQ configured. This avoid adding wake IRQ specific
121 * handle_threaded_wake_irq - Handler for dedicated wake-up interrupts
122 * @irq: Device specific dedicated wake-up interrupt
123 * @_wirq: Wake IRQ data
125 * Some devices have a separate wake-up interrupt in addition to the
126 * device IO interrupt. The wake-up interrupt signals that a device
128 * specific pm_runtime functions to wake the device, and then it's
134 * We assume that the wake-up interrupt just needs to wake-up the
154 "wake IRQ with no resume: %i\n", res); in handle_threaded_wake_irq()
160 * dev_pm_set_dedicated_wake_irq - Request a dedicated wake-up interrupt
162 * @irq: Device wake-up interrupt
164 * Unless your hardware has separate wake-up interrupts in addition
168 * a dedicated wake-up interrupt in addition to the device IO
230 * dev_pm_enable_wake_irq - Enable device wake-up interrupt
234 * runtime_resume() to override the PM runtime core managed wake-up
235 * interrupt handling to enable the wake-up interrupt.
237 * Note that for runtime_suspend()) the wake-up interrupts
251 * dev_pm_disable_wake_irq - Disable device wake-up interrupt
255 * runtime_suspend() to override the PM runtime core managed wake-up
256 * interrupt handling to disable the wake-up interrupt.
268 * dev_pm_enable_wake_irq_check - Checks and enables wake-up interrupt
270 * @can_change_status: Can change wake-up interrupt status
272 * Enables wakeirq conditionally. We need to enable wake-up interrupt
275 * otherwise try to disable already disabled wakeirq. The wake-up interrupt
303 * dev_pm_disable_wake_irq_check - Checks and disables wake-up interrupt
306 * Disables wake-up interrupt conditionally based on status.
321 * dev_pm_arm_wake_irq - Arm device wake-up
322 * @wirq: Device wake-up interrupt
324 * Sets up the wake-up event conditionally based on the
342 * dev_pm_disarm_wake_irq - Disarm device wake-up
343 * @wirq: Device wake-up interrupt
345 * Clears up the wake-up event conditionally based on the