Searched refs:wake_lock (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/staging/greybus/ |
D | arche-platform.c | 64 spinlock_t wake_lock; /* Protect wake_detect_state */ member 125 spin_lock_irqsave(&arche_pdata->wake_lock, flags); in arche_platform_wd_irq_thread() 128 spin_unlock_irqrestore(&arche_pdata->wake_lock, flags); in arche_platform_wd_irq_thread() 134 spin_unlock_irqrestore(&arche_pdata->wake_lock, flags); in arche_platform_wd_irq_thread() 146 spin_lock_irqsave(&arche_pdata->wake_lock, flags); in arche_platform_wd_irq_thread() 148 spin_unlock_irqrestore(&arche_pdata->wake_lock, flags); in arche_platform_wd_irq_thread() 158 spin_lock_irqsave(&arche_pdata->wake_lock, flags); in arche_platform_wd_irq() 183 spin_unlock_irqrestore(&arche_pdata->wake_lock, in arche_platform_wd_irq() 205 spin_unlock_irqrestore(&arche_pdata->wake_lock, flags); in arche_platform_wd_irq() 291 spin_lock_irqsave(&arche_pdata->wake_lock, flags); in arche_platform_poweroff_seq() [all …]
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-power | 216 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-v6.1/kernel/power/ |
D | main.c | 782 power_attr(wake_lock);
|