Searched refs:wake_lock (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/staging/greybus/ |
D | arche-platform.c | 65 spinlock_t wake_lock; /* Protect wake_detect_state */ member 128 spin_lock_irqsave(&arche_pdata->wake_lock, flags); in arche_platform_wd_irq_thread() 131 spin_unlock_irqrestore(&arche_pdata->wake_lock, flags); in arche_platform_wd_irq_thread() 137 spin_unlock_irqrestore(&arche_pdata->wake_lock, flags); in arche_platform_wd_irq_thread() 149 spin_lock_irqsave(&arche_pdata->wake_lock, flags); in arche_platform_wd_irq_thread() 151 spin_unlock_irqrestore(&arche_pdata->wake_lock, flags); in arche_platform_wd_irq_thread() 161 spin_lock_irqsave(&arche_pdata->wake_lock, flags); in arche_platform_wd_irq() 187 &arche_pdata->wake_lock, in arche_platform_wd_irq() 209 spin_unlock_irqrestore(&arche_pdata->wake_lock, flags); in arche_platform_wd_irq() 299 spin_lock_irqsave(&arche_pdata->wake_lock, flags); in arche_platform_poweroff_seq() [all …]
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-power | 212 What: /sys/power/wake_lock 216 The /sys/power/wake_lock file allows user space to create 220 string without white space is written to /sys/power/wake_lock, 225 If a string written to /sys/power/wake_lock contains white 244 wakeup sources created with the help of /sys/power/wake_lock. 251 wakeup sources created with the help of /sys/power/wake_lock
|
/Linux-v4.19/kernel/power/ |
D | main.c | 675 power_attr(wake_lock);
|