Home
last modified time | relevance | path

Searched refs:wake_lock (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/staging/greybus/
H A Darche-platform.c65 spinlock_t wake_lock; /* Protect wake_detect_state */ member
80 /* Requires arche_pdata->wake_lock is held by calling context */
126 spin_lock_irqsave(&arche_pdata->wake_lock, flags); in arche_platform_wd_irq_thread()
129 spin_unlock_irqrestore(&arche_pdata->wake_lock, flags); in arche_platform_wd_irq_thread()
135 spin_unlock_irqrestore(&arche_pdata->wake_lock, flags); in arche_platform_wd_irq_thread()
147 spin_lock_irqsave(&arche_pdata->wake_lock, flags); in arche_platform_wd_irq_thread()
149 spin_unlock_irqrestore(&arche_pdata->wake_lock, flags); in arche_platform_wd_irq_thread()
159 spin_lock_irqsave(&arche_pdata->wake_lock, flags); in arche_platform_wd_irq()
184 spin_unlock_irqrestore(&arche_pdata->wake_lock, in arche_platform_wd_irq()
206 spin_unlock_irqrestore(&arche_pdata->wake_lock, flag in arche_platform_wd_irq()
[all...]
/linux/Documentation/ABI/testing/
H A Dsysfs-power216 What: /sys/power/wake_lock
220 The /sys/power/wake_lock file allows user space to create
224 string without white space is written to /sys/power/wake_lock,
229 If a string written to /sys/power/wake_lock contains white
248 wakeup sources created with the help of /sys/power/wake_lock.
256 wakeup sources created with the help of /sys/power/wake_lock
/linux/kernel/power/
H A Dmain.c893 power_attr(wake_lock);