Searched refs:wake_lock (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
D | arche-platform.c | 64 spinlock_t wake_lock; /* Protect wake_detect_state */ member 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() 185 &arche_pdata->wake_lock, in arche_platform_wd_irq() 207 spin_unlock_irqrestore(&arche_pdata->wake_lock, flags); in arche_platform_wd_irq() 293 spin_lock_irqsave(&arche_pdata->wake_lock, flags); in arche_platform_poweroff_seq() [all …]
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/kernel/power/ |
D | main.c | 801 power_attr(wake_lock);
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 27962 + struct wake_lock wake_lock; 28072 + wake_lock(&bsi->wake_lock); 28109 + wake_lock_timeout(&bsi->wake_lock, HZ / 2); 28312 + wake_lock(&bsi->wake_lock); 28360 + wake_lock_timeout(&bsi->wake_lock, HZ / 2); 28487 + wake_lock_init(&bsi->wake_lock, 28510 + wake_lock_destroy(&bsi->wake_lock);
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | drivers.patch | 47064 + struct wake_lock wakelock; 47799 + wake_lock(&rport->wakelock); 47820 + wake_lock(&rport->wakelock); 51215 + struct wake_lock wakelock; 51461 + wake_lock(&rk_phy->wakelock); 51472 + wake_lock(&rk_phy->wakelock);
|