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
133 * handle_threaded_wake_irq - Handler for dedicated wake-up interrupts
134 * @irq: Device specific dedicated wake-up interrupt
137 * Some devices have a separate wake-up interrupt in addition to the
138 * device IO interrupt. The wake-up interrupt signals that a device
139 * should be woken up from it's idle state. This handler uses device
141 * up to the device to do whatever it needs to. Note that as the
142 * device may need to restore context and start up regulators, we
146 * We assume that the wake-up interrupt just needs to wake-up the
196 * Consumer device may need to power up and restore state in __dev_pm_set_dedicated_wake_irq()
224 * dev_pm_set_dedicated_wake_irq - Request a dedicated wake-up interrupt
226 * @irq: Device wake-up interrupt
228 * Unless your hardware has separate wake-up interrupts in addition
231 * Sets up a threaded interrupt handler for a device that has
232 * a dedicated wake-up interrupt in addition to the device IO
242 * dev_pm_set_dedicated_wake_irq_reverse - Request a dedicated wake-up interrupt
245 * @irq: Device wake-up interrupt
247 * Unless your hardware has separate wake-up interrupts in addition
250 * Sets up a threaded interrupt handler for a device that has a dedicated
251 * wake-up interrupt in addition to the device IO interrupt. It sets
253 * to enable dedicated wake-up interrupt after running the runtime suspend
263 * dev_pm_enable_wake_irq_check - Checks and enables wake-up interrupt
265 * @can_change_status: Can change wake-up interrupt status
267 * Enables wakeirq conditionally. We need to enable wake-up interrupt
270 * otherwise try to disable already disabled wakeirq. The wake-up interrupt
301 * dev_pm_disable_wake_irq_check - Checks and disables wake-up interrupt
305 * Disables wake-up interrupt conditionally based on status.
349 * dev_pm_arm_wake_irq - Arm device wake-up
350 * @wirq: Device wake-up interrupt
352 * Sets up the wake-up event conditionally based on the
370 * dev_pm_disarm_wake_irq - Disarm device wake-up
371 * @wirq: Device wake-up interrupt
373 * Clears up the wake-up event conditionally based on the