| /Linux-v5.10/drivers/soc/ti/ |
| D | wkup_m3_ipc.c | 51 static const struct wkup_m3_wakeup_src wakeups[] = { variable 356 for (j = 0; j < ARRAY_SIZE(wakeups) - 1; j++) { in wkup_m3_request_wake_src() 357 if (wakeups[j].irq_nr == wakeup_src_idx) in wkup_m3_request_wake_src() 358 return wakeups[j].src; in wkup_m3_request_wake_src() 360 return wakeups[j].src; in wkup_m3_request_wake_src()
|
| /Linux-v5.10/include/linux/mfd/ |
| D | dbx500-prcmu.h | 237 static inline void prcmu_enable_wakeups(u32 wakeups) in prcmu_enable_wakeups() argument 239 db8500_prcmu_enable_wakeups(wakeups); in prcmu_enable_wakeups() 403 static inline void prcmu_enable_wakeups(u32 wakeups) {} in prcmu_enable_wakeups() argument
|
| D | db8500-prcmu.h | 525 void db8500_prcmu_enable_wakeups(u32 wakeups); 670 static inline void db8500_prcmu_enable_wakeups(u32 wakeups) {} in db8500_prcmu_enable_wakeups() argument
|
| /Linux-v5.10/Documentation/ABI/testing/ |
| D | sysfs-devices-platform-ACPI-TAD | 15 BIT(4): Correct status reported for wakeups from S4/S5 if set 50 wakeups if the system is on DC power. 55 wakeups if the system is on DC power, respectively.
|
| /Linux-v5.10/tools/perf/tests/ |
| D | perf-record.c | 68 int err = -1, errs = 0, i, wakeups = 0; in test__PERF_RECORD() local 294 if (++wakeups > 5) { in test__PERF_RECORD()
|
| /Linux-v5.10/drivers/net/wireless/ti/wl12xx/ |
| D | debugfs.c | 51 WL12XX_DEBUGFS_FWSTATS_FILE(isr, wakeups, "%u"); 151 DEBUGFS_FWSTATS_ADD(isr, wakeups); in wl12xx_debugfs_add_files()
|
| D | acx.h | 110 __le32 wakeups; member
|
| /Linux-v5.10/drivers/usb/musb/ |
| D | tusb6010.c | 475 u32 wakeups; in musb_do_idle() local 482 wakeups = 0; in musb_do_idle() 484 wakeups = TUSB_PRCM_WHOSTDISCON in musb_do_idle() 487 wakeups |= TUSB_PRCM_WID; in musb_do_idle() 489 tusb_allow_idle(musb, wakeups); in musb_do_idle()
|
| /Linux-v5.10/drivers/pinctrl/ |
| D | pinctrl-at91.c | 1619 static u32 wakeups[MAX_GPIO_BANKS]; variable 1632 wakeups[bank] |= mask; in gpio_irq_set_wake() 1634 wakeups[bank] &= ~mask; in gpio_irq_set_wake() 1655 writel_relaxed(wakeups[i], pio + PIO_IER); in at91_pinctrl_gpio_suspend() 1657 if (!wakeups[i]) in at91_pinctrl_gpio_suspend() 1661 'A'+i, wakeups[i]); in at91_pinctrl_gpio_suspend() 1677 if (!wakeups[i]) in at91_pinctrl_gpio_resume() 1680 writel_relaxed(wakeups[i], pio + PIO_IDR); in at91_pinctrl_gpio_resume()
|
| /Linux-v5.10/drivers/net/wireless/ti/wl1251/ |
| D | debugfs.c | 133 DEBUGFS_FWSTATS_FILE(isr, wakeups, 20, "%u"); 273 DEBUGFS_FWSTATS_DEL(isr, wakeups); in wl1251_debugfs_delete_files() 372 DEBUGFS_FWSTATS_ADD(isr, wakeups); in wl1251_debugfs_add_files()
|
| D | acx.h | 929 u32 wakeups; member
|
| /Linux-v5.10/Documentation/RCU/Design/Expedited-Grace-Periods/ |
| D | Expedited-Grace-Periods.rst | 386 periods and carrying out their wakeups. 391 | What happens if Task A takes so long to do its wakeups that Task E's | 417 allows wakeups for the previous expedited grace period to be overlapped 420 previous grace period's wakeups complete before the next grace period's 421 wakeups start. This is handled by having the ``->exp_mutex`` guard 423 wakeups. The key point is that the ``->exp_mutex`` is not released until 426 previous grace period's wakeups can be carried out while the current 427 grace period is in process, but that these wakeups will complete before 514 one grace period's wakeups to proceed concurrently with the next grace
|
| /Linux-v5.10/Documentation/virt/kvm/ |
| D | halt-polling.rst | 70 steady state polling interval but will only really do a good job for wakeups 127 entirely idle otherwise. This is because even if a guest has wakeups during which very
|
| /Linux-v5.10/arch/arm/boot/dts/ |
| D | ste-href-family-pinctrl.dtsi | 36 * The idle mode is basically sleep mode sans wakeups. Also
|
| /Linux-v5.10/Documentation/driver-api/thermal/ |
| D | intel_powerclamp.rst | 97 are not masked. Tests show that the extra wakeups from scheduler tick 157 enter idle without extra wakeups (such as external interrupts). 160 When an excessive amount of wakeups occurs during idle, an
|
| /Linux-v5.10/tools/perf/Documentation/ |
| D | perf-sched.txt | 144 --wakeups::
|
| /Linux-v5.10/drivers/mfd/ |
| D | db8500-prcmu.c | 756 void db8500_prcmu_enable_wakeups(u32 wakeups) in db8500_prcmu_enable_wakeups() argument 762 BUG_ON(wakeups != (wakeups & VALID_WAKEUPS)); in db8500_prcmu_enable_wakeups() 765 if (wakeups & BIT(i)) in db8500_prcmu_enable_wakeups()
|
| /Linux-v5.10/arch/arm64/boot/dts/qcom/ |
| D | sc7180-idp.dts | 595 * is floating which may cause spurious wakeups.
|
| D | sc7180-trogdor.dtsi | 1357 * is floating which may cause spurious wakeups.
|
| /Linux-v5.10/Documentation/locking/ |
| D | locktypes.rst | 276 Other types of wakeups would normally unconditionally set the task state
|
| /Linux-v5.10/Documentation/RCU/ |
| D | stallwarn.rst | 90 - A hardware or software issue that prevents time-based wakeups
|
| /Linux-v5.10/tools/memory-model/Documentation/ |
| D | recipes.txt | 500 of ordering wakeups. The following comment taken from waitqueue_active()
|
| /Linux-v5.10/scripts/ |
| D | spelling.txt | 1516 wakeus||wakeups
|
| /Linux-v5.10/Documentation/filesystems/ |
| D | xfs-delayed-logging-design.rst | 687 broadcast wakeups (thundering herds) has been used to implement these two 690 the broadcast wakeups these operations can be put under a new spinlock and
|
| /Linux-v5.10/Documentation/admin-guide/pm/ |
| D | cpuidle.rst | 210 exiting idle states due to the tick wakeups on idle CPUs will be wasted. 357 it avoids taking timer wakeups into account. It also only uses idle duration
|